Skip to content

Commit

Permalink
Add how to release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
scana committed Nov 20, 2020
1 parent 9575372 commit 21ec996
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions HOW_TO_RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
How to release
========

1. Change the version in `plugin/build.gradle` to a non-SNAPSHOT verson.
2. `git commit -am "Prepare X.Y.Z version"` (where X.Y.Z is the new version)
3. `./gradlew clean publish`.
4. `git tag X.Y.Z"` (where X.Y.Z is the new version)
5. Change the version in `plugin/build.gradle` to next SNAPSHOT verson.
6. `git commit -am "Prepare next iteration"`
7. `git push origin master --tags`
8. Promote new release on [releases page](https://github.com/brainly/onesky-gradle-plugin/releases)

0 comments on commit 21ec996

Please sign in to comment.