summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/howto.txt b/howto.txt
index 8121b9db..e89b42eb 100644
--- a/howto.txt
+++ b/howto.txt
@@ -57,6 +57,8 @@
- Tag the tree
$ git tag -a 3.0.1
$ git push --follow-tags
+- Update GitHub releases:
+ $ make github_releases
- Bump version:
- coverage/version.py
- increment version number
@@ -65,8 +67,6 @@
- CHANGES.rst
- add an "Unreleased" section to the top.
$ git push
-- Update GitHub releases:
- $ make github_releases
- Update readthedocs
- @ https://readthedocs.org/projects/coverage/versions/
- find the latest tag in the inactive list, edit it, make it active.