Skip to content

Commit c2457a7

Browse files
committed
Update tagging instructions for release
1 parent 8205114 commit c2457a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
- Include a Full changelog link in the format https://github.com/gradle/actions/compare/v2.12.0...v3.0.0
2121
- Publish the release.
2222
- Force push the `v5` tag (or current major version) to point to the new release. It is conventional for users to bind to a major release version using this tag.
23-
- From CLI: `git tag -f -s -a -m "v5.0.0" v5 v5.0.0 && git push -f --tags`
23+
- From CLI: `git tag -f -s -a -m "v5.0.0" v5 && git push -f --tags`
2424
- Note that we sign the tag and set the commit message for the tag to the newly released version.
25+
- Your HEAD must point at the commit to be tagged.
2526

2627
## Post release steps
2728

0 commit comments

Comments
 (0)