You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASING.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,9 @@
20
20
- Include a Full changelog link in the format https://github.com/gradle/actions/compare/v2.12.0...v3.0.0
21
21
- Publish the release.
22
22
- 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`
24
24
- 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.
0 commit comments