Skip to content

Commit

Permalink
Clarify the release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed May 10, 2020
1 parent 3a57d22 commit d953194
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,10 @@ Released via the [gocd-plugin-gradle-task-helpers](https://github.com/gocd/gocd-
GitHub.

* Check the`gocdPlugin.pluginVersion` version in `build.gradle` and bump if necessary
* The release helpers add a `-${COMMIT_NUM}` suffix to the version, so this is not strictly necessary for minor changes.
* Tag and publish
```bash
./gradlew githubRelease
PRERELEASE=no ./gradlew githubRelease
export GITHUB_TOKEN=blah
PRERELEASE=no ./gradlew clean build githubRelease
```
* Edit the release description on `GitHub` if necessary.

0 comments on commit d953194

Please sign in to comment.