Skip to content

Commit

Permalink
Add release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Jun 2, 2020
1 parent cd1e2e9 commit b974067
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Release

Uses [axion release](https://axion-release-plugin.readthedocs.io/en/latest/) plugin.

./gradlew release

If you need to release with a SNAPSHOT dependency:

./gradlew release -Prelease.disableChecks

Otherwise, axion-release will fail the prerelease check. Only do this for testing.

## Next minor version

./gradlew markNextVersion -Prelease.incrementer=incrementMinor

Updates minor version without releasing, e.g. 0.1.x-SNAPSHOT becomes 0.2.0-SNAPSHOT

## Force version

./gradlew release -Prelease.forceVersion=3.0.0

0 comments on commit b974067

Please sign in to comment.