Skip to content

Commit 183a2d4

Browse files
stefanvjarrodmillmanpre-commit-ci[bot]
authored
Correct release notes re: annotation (#296)
* Correct release notes re: annotation * Update RELEASE.md Co-authored-by: Jarrod Millman <[email protected]> * '[pre-commit.ci 🤖] Apply code format tools to PR' --------- Co-authored-by: Jarrod Millman <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8faca73 commit 183a2d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RELEASE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ Example `version number`
3737

3838
- Tag the release in git:
3939

40-
git tag -a -s v${VERSION} -m "signed ${VERSION} tag"
40+
git tag -s v${VERSION} -m "signed ${VERSION} tag"
4141

42-
If you do not have a gpg key, use -u instead; it is important for
43-
Debian packaging that the tags are annotated
42+
(If you do not have a GPG key, follow the tutorial to set it up:
43+
https://help.github.com/articles/signing-commits-with-gpg/)
4444

4545
- Push the new meta-data to github:
4646

0 commit comments

Comments
 (0)