Skip to content

Commit

Permalink
NOTICKET update releases.md to mention long-form version of --annotat…
Browse files Browse the repository at this point in the history
…e flag (#1497)
  • Loading branch information
james-fossa authored Jan 15, 2025
1 parent 847addf commit 2b33d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ We'll assume that you want to release all changes currently on `master`. You sh
git pull origin

export TAG_NAME="vX.Y.Z"
git tag -a $TAG_NAME -m "Releases $TAG_NAME"
git tag --annotate $TAG_NAME -m "Releases $TAG_NAME"
git push origin $TAG_NAME
```
Replace `vX.Y.Z` with your version number, such as `v3.1.4`. The tag _must_ start with `v`.
Expand Down

0 comments on commit 2b33d1f

Please sign in to comment.