Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanPraetsch authored Mar 16, 2023
1 parent f0e4ad2 commit f551476
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
1. Merge your changes into the master branch
1. Execute `mvn release:prepare`
- prompts you for a tag, choose a SemVer conform tag that reflects the changes you made
- take care of second prompt for SCM. by default it will prepend `sqs-utils-`. you have to set set this manually
```
What is SCM release tag or label for "sqs-utils"? (com.mercateo.sqs:sqs-utils) sqs-utils-0.7.1: : 0.7.1
```
- creates a new commit with the new tag
- tags the new commit
- creates another commit, which updates version to the next snapshot
Expand Down

0 comments on commit f551476

Please sign in to comment.