Skip to content

Commit a9f753d

Browse files
author
David Grant
committed
Tag example.
1 parent 3ae1caf commit a9f753d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Release process::
33
1. Document all changes in CHANGES.rst.
44
2. Update __version__ in __init__.py.
55
3. Update version in docs/conf.py
6-
4. Tag the version in git.
6+
4. Tag the version in git. (ex: git tag 4.8.2 && git push --tags)
77
5. Create a release in GitHub. https://github.com/mixpanel/mixpanel-python/releases
88
6. Rebuild docs and publish to GitHub Pages (if appropriate -- see below)
99
7. Publish to PyPI. (see below)

0 commit comments

Comments
 (0)