diff options
author | hut <hut@hut.pm> | 2018-02-22 18:51:06 +0100 |
---|---|---|
committer | hut <hut@hut.pm> | 2018-02-22 18:51:06 +0100 |
commit | c2b9dd31de649f19805f07f58814d3054d3c9c54 (patch) | |
tree | 0291cc6ccb24bb6e9528529ffc3883589c76a29b /doc | |
parent | d4017ed294358e98ac1c264dce968f44c20f398b (diff) | |
download | ranger-c2b9dd31de649f19805f07f58814d3054d3c9c54.tar.gz |
elaborated on how to tag a commit
Diffstat (limited to 'doc')
-rw-r--r-- | doc/howto-publish-a-release.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/howto-publish-a-release.md b/doc/howto-publish-a-release.md index 3ff1eb27..572a2eb7 100644 --- a/doc/howto-publish-a-release.md +++ b/doc/howto-publish-a-release.md @@ -36,7 +36,9 @@ Make a release commit * [ ] `make man` * [ ] Write changelog entry * [ ] Think of a witty commit message -* [ ] Tag signed release +* [ ] Commit +* [ ] Tag the signed release with `git tag -a <commit-id>`, using the same + commit message as annotation * [ ] Push release and tag Make snapshot and test again |