diff options
author | toonn <toonn@toonn.io> | 2018-06-06 00:13:04 +0200 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2018-06-06 00:46:29 +0200 |
commit | 536de704bafba18be78007d773d79f31c84c49db (patch) | |
tree | 91f6f4eafc5cb4eddad333b3c8b2c02599658daa | |
parent | 9edc595440e6e64467d36d2f0f60ce8eee8450f8 (diff) | |
download | ranger-536de704bafba18be78007d773d79f31c84c49db.tar.gz |
Update the release checklist about version bumps
-rw-r--r-- | doc/howto-publish-a-release.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/howto-publish-a-release.md b/doc/howto-publish-a-release.md index 572a2eb7..e8d669ce 100644 --- a/doc/howto-publish-a-release.md +++ b/doc/howto-publish-a-release.md @@ -31,7 +31,7 @@ Test everything Make a release commit --------------------- * [ ] Update the number in the `README` -* [ ] Update `__version__` and `VERSION` in `ranger/__init__.py` +* [ ] Update `__version__` and `__release__` in `ranger/__init__.py` * [ ] Update `__version__` in `ranger/ext/rifle.py` * [ ] `make man` * [ ] Write changelog entry |