-
Notifications
You must be signed in to change notification settings - Fork 16
Performing a release
ljacqu edited this page Dec 18, 2016
·
20 revisions
Note to self on how to release the project.
-
gpg
command available on machine - gpg + Github SSH key known
- Latest build successful
- No local changes
mvn release:prepare -P release
- Use dryRun to test:
mvn release:prepare -P release -DdryRun=true
If fails, mvn release:rollback -P release
mvn release:perform -P release
- Close Github milestone
- Update version in README and add entry to changelog
Guide
- Introduction
- Getting started
- Migration service
- Bean properties
- Custom property types
- Technical documentation
Updating
Development (internal)