Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a workflow for publishing #46

Merged
merged 2 commits into from
Nov 2, 2023
Merged

Create a workflow for publishing #46

merged 2 commits into from
Nov 2, 2023

Conversation

blendthink
Copy link
Member

Issue

Overview (Required)

Create a workflow for publishing to pub.dev.

Links

Screenshot

It has been confirmed through the command whether it can be published or not.

% dart pub publish --dry-run

Resolving dependencies... 
Got dependencies!
Publishing yumemi_lints 1.0.0 to https://pub.dev:
├── CHANGELOG.md (<1 KB)
├── LICENSE (1 KB)
├── README.md (2 KB)
├── example
│   ├── analysis_options.yaml (<1 KB)
│   ├── main.dart (<1 KB)
│   └── pubspec.yaml (<1 KB)
├── lib
│   ├── dart
│   │   ├── 2.17.0
│   │   │   ├── all.yaml (6 KB)
│   │   │   └── recommended.yaml (1 KB)
│   ...
└── pubspec.yaml (<1 KB)
Validating package... 
Package has 0 warnings.
The server may enforce additional checks.

@blendthink blendthink force-pushed the feature/#11 branch 3 times, most recently from d99e1bc to a4034ca Compare November 2, 2023 07:34
@blendthink blendthink marked this pull request as ready for review November 2, 2023 08:38
Copy link
Contributor

github-actions bot commented Nov 2, 2023

Ready for review 🚀

Copy link
Contributor

@morikann morikann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your work! LGTM!
I'm excited to release this package!

@blendthink blendthink merged commit 821386a into main Nov 2, 2023
1 check passed
@blendthink blendthink deleted the feature/#11 branch November 2, 2023 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a workflow to deploy to pub.dev
2 participants