Skip to content

Commit b8e638b

Browse files
committed
Refine release process.
1 parent 24c3fb5 commit b8e638b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

NOTES.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Publishing a Release
3434
====================
3535

3636
* Check the setup.py version.
37-
# Check doc/conf.py version (search for "release =").
37+
* Check doc/conf.py version (search for "release =").
3838
* Commit and push everything.
3939
* Activate the 3.6 venv (to get twine, wheel, etc)
4040
* Run: rm -rf dist
@@ -44,5 +44,6 @@ Publishing a Release
4444
* Run: git tag v$VERSION
4545
* Run: git push --tags
4646
* Go to GitHub and make a release
47+
* Go to ReadTheDocs and rebuild to pick up new version
4748
* Bump the setup.py version for next time, and commit.
4849

0 commit comments

Comments
 (0)