Skip to content

Commit

Permalink
fix releasing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yshrsmz committed Feb 9, 2019
1 parent 7bdf09a commit a355be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gradle.publish.secret=
3. Update `README.md` with the new version
4. `git commit -am "Prepare for release vX.Y.Z."` (where X.Y.Z is the new version)
5. `sh ./release.sh`
6. Visit [bintrary.com](https://bintray.com/yshrsmz/kgql) and promote the artifact.
6. Visit [bintrary.com](https://bintray.com/yshrsmz/maven) and promote the artifact.
7. Visit [Gradle Plugin Portal](https://plugins.gradle.org/) and promote the plugin.
8. `git tag -a vX.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version)
9. Change the version in `gradle.properties` to a new SNAPSHOT version
Expand Down

0 comments on commit a355be6

Please sign in to comment.