-
Notifications
You must be signed in to change notification settings - Fork 3
Performing a release
ljacqu edited this page Dec 2, 2019
·
3 revisions
Note to self on how to release the project.
-
gpg
command available on machine - gpg + Github SSH key known
- Latest build successful
- Testmodule run successfully
- No local changes
- Dependencies branch merged (or intentionally not)
mvn release:prepare -P release
If fails, mvn release:rollback -P release
mvn release:perform -P release
- Close Github milestone
- Update version in README and add entry to changelog
- Adjust versions in testmodule
mvn versions:display-dependency-updates