We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a389602 commit abff5bfCopy full SHA for abff5bf
RELEASING.md
@@ -3,7 +3,7 @@ Releasing
3
4
1. Change the version in the `gradle.properties` file to a non-SNAPSHOT verson.
5
2. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version)
6
- 3. `git tag -a X.Y.X -m "Version X.Y.Z"` (where X.Y.Z is the new version)
+ 3. `git tag -a vX.Y.X -m "Version X.Y.Z"` (where X.Y.Z is the new version)
7
* Run `git tag` to verify it.
8
4. `git push && git push --tags`
9
* This should be pushed to your fork.
0 commit comments