Skip to content

Commit

Permalink
Update releasing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
illarionov committed Mar 6, 2024
1 parent 99d061b commit 4f37f91
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
3. Update the `CHANGELOG.md` for the impending release.
4. Update the `README.md` with the new version.
5. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version)
6. `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version)
7. `git push origin`, open pull-request
8. Merge pull-request and trigger publish workflow in GitHub Actions
9. `git checkout main && git pull origin`
10. Update the `config/version.properties` to the next SNAPSHOT version.
11. `git commit -am "Prepare next development version."`
12. `git push && git push --tags`
6. `git push origin`, open pull-request
7. Merge pull-request
8. `git checkout main && git pull origin`
9. `git tag -a X.Y.Z -m "Version X.Y.Z" && git push --tags` (where X.Y.Z is the new version)
10. Trigger publish workflow for the ew tag in GitHub Actions
11. Update the `config/version.properties` to the next SNAPSHOT version.
12. `git commit -am "Prepare next development version."`
13. `git push origin`

0 comments on commit 4f37f91

Please sign in to comment.