We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ee584 commit 93e8b32Copy full SHA for 93e8b32
RELEASING.md
@@ -10,6 +10,6 @@ Releasing
10
8. `git push --tags`
11
10. Update the `gradle.properties` to the next SNAPSHOT version.
12
11. `git commit -am "Prepare next development version"`
13
- 12. `git push && git push --tags`
+ 12. `git push -u origin release/X.Y.0`
14
13. Visit [Sonatype Nexus](https://oss.sonatype.org/) and promote the artifact.
15
14. Merge `release/X.Y.0` Pull-Request
0 commit comments