Skip to content

Commit

Permalink
chore(release): publish packages (#92)
Browse files Browse the repository at this point in the history
* doc: Update push and pull request instructions in README.md

* chore(release): publish packages

 - [email protected]
  • Loading branch information
naipaka authored Jun 7, 2024
1 parent b25bd45 commit 35de930
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
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.
1. Commit the diff and create a pull request.
1. Run the `git push --follow-tags` command. Push the changes and the created tags.
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

0 comments on commit 35de930

Please sign in to comment.