Browse Source

Release process doc: mention the commit message.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
pull/245/head
Daira Hopwood 5 years ago
parent
commit
28765ed39b
  1. 5
      doc/release-process.md

5
doc/release-process.md

@ -102,8 +102,9 @@ If you haven't previously done so, set the gpg key id you intend to use for sign
git config --global user.signingkey <keyid>
Then create the git tag. The `-s` means the release tag will be
signed. **CAUTION:** Remember the `v` at the beginning here:
Then create the git tag. The `-s` means the release tag will be signed.
Enter "Release <version>." and save when prompted for a commit message.
**CAUTION:** Remember the `v` at the beginning here:
$ git tag -s v1.0.9
$ git push origin v1.0.9

Loading…
Cancel
Save