We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8faca73 commit 183a2d4Copy full SHA for 183a2d4
RELEASE.md
@@ -37,10 +37,10 @@ Example `version number`
37
38
- Tag the release in git:
39
40
- git tag -a -s v${VERSION} -m "signed ${VERSION} tag"
+ git tag -s v${VERSION} -m "signed ${VERSION} tag"
41
42
- If you do not have a gpg key, use -u instead; it is important for
43
- Debian packaging that the tags are annotated
+ (If you do not have a GPG key, follow the tutorial to set it up:
+ https://help.github.com/articles/signing-commits-with-gpg/)
44
45
- Push the new meta-data to github:
46
0 commit comments