-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(release): publish packages #92
Conversation
@@ -4,8 +4,8 @@ | |||
|
|||
1. Create a branch for release. | |||
1. Run the `melos version` command. | |||
1. `melos bs` to update the version of the dependent packages. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Due to the following actions, the pubspec.lock
for each example has been deleted, making it unnecessary.
#90
@@ -4,8 +4,8 @@ | |||
|
|||
1. Create a branch for release. | |||
1. Run the `melos version` command. | |||
1. `melos bs` to update the version of the dependent packages. | |||
1. Commit the diff and create a pull request. | |||
1. Run the `git push --follow-tags` command. Push the changes and the created tags. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since the tags also need to be pushed, specify running the command git push --follow-tags
that is displayed in the logs when executing melos version
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π What I did
melos version
βοΈ What I didn't do
β Verification
Screenshots
Additional Information