Skip to content

Commit

Permalink
Document release
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulsom committed Apr 21, 2019
1 parent 0bf20d1 commit 78c9c56
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,15 @@ The events are never persisted. They are processed as they come on the EventBus.
|===


== Releasing

* Ensure environment variable `GRGIT_USER` is populated
* Ensure ~/.gradle/gradle.properties has these properties
** signing.keyId
** signing.password
** nexusUsername
** nexusPassword
* Tag the version
* Run this command

./gradlew -Prelease.useLastTag=true -Dorg.gradle.parallel=false <candidate|final>

0 comments on commit 78c9c56

Please sign in to comment.