Release process doc: mention the commit message.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2019-07-31 16:16:17 +01:00
parent d65000ae25
commit 28765ed39b
1 changed files with 3 additions and 2 deletions

View File

@ -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