From 5fbff1587ee80ea0a46e2105aa79bcbfe231169a Mon Sep 17 00:00:00 2001 From: Louis CAD Date: Mon, 19 Mar 2018 18:59:43 +0100 Subject: [PATCH] Add missing v prefix --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index 05bacc2..98e61ee 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -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. Sign in on Bintray and publish the packages.