-
Notifications
You must be signed in to change notification settings - Fork 5
Release process
Samuel D. Leslie edited this page Jul 5, 2020
·
5 revisions
Instructions assume a correctly configured development environment.
- Determine the new version number (for subsequent steps).
- Update
CHANGELOG.md
(review the commit history). - Push all commits on
master
and check all builds pass.
- Update the version number in
compare-api-java-client/pom.xml
(but do not commit). - Deploy a new release with Maven:
mvn deploy -P release
- Increment the version number in
compare-api-java-client/pom.xml
and add a-SNAPSHOT
suffix. - Add a new Git tag corresponding to the release.
- Fast-forward the
stable
branch to matchmaster
.