Skip to content

Commit

Permalink
More releasing notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse White committed Apr 25, 2019
1 parent d8a3e58 commit 56b37a1
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions RELEASING.md
@@ -1,14 +1,19 @@
## Release Checklist

The following should be done from a release branch i.e. `release-1.x`:

- [ ] Bump version number from X.Y.Z-SNAPSHOT in `pom.xml` files
- `mvn versions:set -DnewVersion=1.0.0`
- [ ] Bump version number from X.Y.Z-SNAPSHOT in `docs/antora.yml`
- [ ] Create a version tag with a leading `v` in a format like `vX.Y.Z` in the master branch
- [ ] Create a version tag with a leading `v` in a format like `vX.Y.Z`
- [ ] Trigger release deployment with pushing the version tag to GitHub with `git push --tags`
- [ ] Merge release branch into master

## Prepare for next version

## For first release

* Update Yum repositories in documentation to use release instead of snapshot artifacts

- [ ] Bump version number to X.Y.Z-SNAPSHOT in `pom.xml` files
- [ ] Bump version number to X.Y.Z-SNAPSHOT in `docs/antora.yml`
- [ ] Push the release branch
- [ ] Merge release branch into `develop`
- `git merge release-1.x -s ours`

0 comments on commit 56b37a1

Please sign in to comment.