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

chore(release): publish packages #92

Merged
merged 2 commits into from
Jun 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Contributor Author

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

1. Commit the diff and create a pull request.
1. Run the `git push --follow-tags` command. Push the changes and the created tags.
Copy link
Contributor Author

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.

1. Create a pull request for the pushed branch.
1. Merge the pull request after review.
1. Run the `melos publish` command on the `main` branch.

Expand Down
4 changes: 4 additions & 0 deletions packages/altfire_authenticator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.3

- **FEAT**(authenticator): Publish the function to revoke the Apple user token ([#91](https://github.com/altive/altfire/issues/91)). ([2824952d](https://github.com/altive/altfire/commit/2824952d4ecd3aa7bb4729febd15a9609d59da0a))

## 0.1.2

- **FEAT**: Update dependencies and dependabot.yml ([#80](https://github.com/altive/altfire/issues/80)). ([7ead8859](https://github.com/altive/altfire/commit/7ead8859ec144da35e0bb8414fcbabd5baa0f347))
Expand Down
2 changes: 1 addition & 1 deletion packages/altfire_authenticator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: |
altfire_authenticator is a package wrapping FlutterFire Authentication.
It was created to make Firebase SDK versioning and methods easier to use.
It is recommended to use the various altfire packages as a set.
version: 0.1.2
version: 0.1.3
homepage: https://altive.dev
repository: https://github.com/altive/altfire
issue_tracker: https://github.com/altive/altfire/issues?q=is%3Aopen+is%3Aissue+label%3Aaltfire_authenticator
Expand Down
Loading