diff --git a/RELEASING.md b/RELEASING.md index 096953d..94e0535 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -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