Skip to content

Commit 5fbff15

Browse files
committed
Add missing v prefix
1 parent e18b19d commit 5fbff15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ file to a non-SNAPSHOT version.
77
2. Update the `README.md` with the new version.
88
3. Run `git commit -am "Prepare for release X.Y.Z"`
99
(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).
10+
4. `git tag -a vX.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version).
1111
5. Run `./gradlew clean bintrayUpload`.
1212
6. Run `git push origin`.
1313
7. Sign in on Bintray and publish the packages.

0 commit comments

Comments
 (0)