summary refs log tree commit diff stats
path: root/doc/howto-publish-a-release.md
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2018-09-10 00:32:49 +0200
committertoonn <toonn@toonn.io>2018-09-10 00:32:49 +0200
commit8e9451e6648c57d8016dad280132bf65a5d919cc (patch)
treebea36e6cf2ba42086e0361d840190e943d69b950 /doc/howto-publish-a-release.md
parent7f6f6b13894be2f150f4789305e009b7b9f8df63 (diff)
downloadranger-8e9451e6648c57d8016dad280132bf65a5d919cc.tar.gz
Updated release doc
The very last step changed.

Also replaced a stale link in the man page.
Diffstat (limited to 'doc/howto-publish-a-release.md')
-rw-r--r--doc/howto-publish-a-release.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/howto-publish-a-release.md b/doc/howto-publish-a-release.md
index e8d669ce..6bd70047 100644
--- a/doc/howto-publish-a-release.md
+++ b/doc/howto-publish-a-release.md
@@ -37,7 +37,7 @@ Make a release commit
 * [ ] Write changelog entry
 * [ ] Think of a witty commit message
 * [ ] Commit
-* [ ] Tag the signed release with `git tag -a <commit-id>`, using the same
+* [ ] Tag the signed release with `git tag -as vX.Y.Z`, using the same
       commit message as annotation
 * [ ] Push release and tag
 
@@ -73,4 +73,4 @@ Announce the update
 
 Change back to before
 ---------------------
-* [ ] Change `VERSION` in `ranger/__init__.py` back to `master`
+* [ ] Change `__release__` in `ranger/__init__.py` back to `False`