Skip to content

Commit

Permalink
Update the Release Process documentation (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGrzybkowski authored Jan 23, 2025
1 parent 4eec5dd commit b30516b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,9 @@ If you wish to check the changes first set it to `true` and commit the changes y
We're following [Semantic Versioning](https://semver.org/) for the releases. Here is the process to create a new release:

1. Make sure the latest translations are commited the repository. See [Translations](#Translations)
2. Generate a new release branch: `git checkout -b release/x.x.x`.
3. Open a PR, wait for a review, merge the PR on approval.
4. Pull the `trunk` branch and tag the git commit with the version number: `git tag -a x.x.x -m "Release x.x.x"`
5. Push the new tag: `git push --tags`.
6. Go to the [GitHub releases page](https://github.com/Automattic/Gravatar-SDK-Android/releases) and create a new release with the tag name and the release notes.
2. Pull the `trunk` branch and tag the git commit with the version number: `git tag -a x.x.x -m "Release x.x.x"`
3. Push the new tag: `git push --tags`.
4. Go to the [GitHub releases page](https://github.com/Automattic/Gravatar-SDK-Android/releases) and create a new release with the tag name and the release notes.

## Contributing

Expand Down

0 comments on commit b30516b

Please sign in to comment.