From 4f37f91f00944550ff919dfcd9c8d84561a9c382 Mon Sep 17 00:00:00 2001 From: Alexey Illarionov Date: Wed, 6 Mar 2024 07:55:54 +0300 Subject: [PATCH] Update releasing.md --- RELEASING.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index f63352f..a4a5569 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -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`