Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ Example `version number`

- Tag the release in git:

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

If you do not have a gpg key, use -u instead; it is important for
Debian packaging that the tags are annotated
If you do not have a gpg key, use -a instead; it is important for
Debian packaging that the tags are annotated.
Comment thread
stefanv marked this conversation as resolved.
Outdated

- Push the new meta-data to github:

Expand Down
Loading