We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e18b19d commit 5fbff15Copy full SHA for 5fbff15
RELEASING.md
@@ -7,7 +7,7 @@ file to a non-SNAPSHOT version.
7
2. Update the `README.md` with the new version.
8
3. Run `git commit -am "Prepare for release X.Y.Z"`
9
(where X.Y.Z is the new version).
10
-4. `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version).
+4. `git tag -a vX.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version).
11
5. Run `./gradlew clean bintrayUpload`.
12
6. Run `git push origin`.
13
7. Sign in on Bintray and publish the packages.
0 commit comments