Skip to content

Commit abff5bf

Browse files
Add "v" prefix to release notes (#110)
1 parent a389602 commit abff5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Releasing
33

44
1. Change the version in the `gradle.properties` file to a non-SNAPSHOT verson.
55
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)
6+
3. `git tag -a vX.Y.X -m "Version X.Y.Z"` (where X.Y.Z is the new version)
77
* Run `git tag` to verify it.
88
4. `git push && git push --tags`
99
* This should be pushed to your fork.

0 commit comments

Comments
 (0)