Skip to content

Commit

Permalink
README: add missing commit step
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Aug 16, 2024
1 parent 053ee33 commit 369a19c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ Tested:
### How to create a new Release?

1. Ensure that `git status` on `master` branch is clean and `mvn install` runs fine
2. Update version via Maven: f.e. `mvn versions:set -DnewVersion=2.1.1.0-BETA`
3. Create tag: f.e. `git tag v2.1.1.0-BETA`
4. Push master branch and tag: f.e. `git push origin master v2.1.1.0-BETA`
2. Update version via Maven: i.e. `mvn versions:set -DnewVersion=2.1.1.0-BETA`
3. Commit changed files & create new tag: i.e. `git tag v2.1.1.0-BETA`
4. Push master branch and tag: i.e. `git push origin master v2.1.1.0-BETA`
5. Wait 5-10 minutes until GitHub release workflow is done (See: https://github.com/PhilippvK/playforia-minigolf/actions)
6. There should be a new Draft for a Release on https://github.com/PhilippvK/playforia-minigolf/releases
7. Edit Release text and publish!
Expand Down

0 comments on commit 369a19c

Please sign in to comment.