diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-12-22 13:23:15 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-12-22 13:23:15 -0500 |
commit | fe7a68bc00f14ca1fbd00417c5f92bf673ac5131 (patch) | |
tree | 7d8d277103eb9b843a46766f5eae0e72ee399ef3 | |
parent | 27328ddd5161f5a4338ceae40b13bb0b2e404fa5 (diff) | |
download | python-coveragepy-git-fe7a68bc00f14ca1fbd00417c5f92bf673ac5131.tar.gz |
Correct order
-rw-r--r-- | howto.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -75,8 +75,6 @@ - git push - Update Tidelift: - make upload_relnotes -- Update nedbatchelder.com - - Blog post? - Update readthedocs - visit https://readthedocs.org/projects/coverage/versions/ - find the latest tag in the inactive list, edit it, make it active. @@ -89,8 +87,10 @@ - visit https://readthedocs.org/dashboard/coverage/advanced/ - change the default version to the new version - Visit the fixed issues on GitHub and mention the version it was fixed in. -- Announce on TIP. - push git changes +- Update nedbatchelder.com + - Blog post? +- Announce on TIP. * Testing |