Skip to content

Commit bae4ae0

Browse files
committed
Update docs on how to tag with mercurial.
1 parent d29d8d1 commit bae4ae0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

RELEASE.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@ Roundup release checklist:
4242
a) run_tests.py
4343
b) demo.py
4444
with all available Python versions.
45-
12. Assuming all is well tag the release in the version-control system.
45+
12. Assuming all is well tag the release in the version-control
46+
system.
47+
a) hg tag 1.6.0 # use right version. Should create/commit a changeset
48+
b) hg push # update main repo
49+
c) hg sum # verify that the tag shows up
4650
13. Upload source distributive to PyPI - requires you sign up for a
4751
pypi account and be added as a maintainer to roundup. Ask existing
4852
maintainer for access.

0 commit comments

Comments
 (0)