Skip to content

Commit

Permalink
Add missing v prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Mar 19, 2018
1 parent e18b19d commit 5fbff15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ file to a non-SNAPSHOT version.
2. Update the `README.md` with the new version.
3. Run `git commit -am "Prepare for release X.Y.Z"`
(where X.Y.Z is the new version).
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).
5. Run `./gradlew clean bintrayUpload`.
6. Run `git push origin`.
7. # on Bintray and publish the packages.
Expand Down

0 comments on commit 5fbff15

Please # to comment.