Skip to content

Commit d77cdc0

Browse files
committed
Update release procedure checklist a bit
1 parent 62e3934 commit d77cdc0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

RELEASING.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ Release procedure
44
A list of steps to perform when releasing.
55

66
* Run tests against latest CouchDB release (ideally also trunk)
7-
* Run tests on different Python versions
7+
* Make sure the version number in setup.py is correct
88
* Update ChangeLog and add a release date, then commit
9-
* Merge changes from default to stable
10-
* Edit setup.cfg (in the tag), remove the egg_info section and commit
11-
* Tag the just-committed changeset, then update to the tag
9+
* Edit setup.cfg, remove the egg_info section and commit
10+
* Tag the just-committed changeset
1211
* python setup.py bdist_wheel sdist --formats=gztar upload
13-
* Revert the setup.cfg change.
14-
* Update the version number on the branch to 0.10.1
12+
* Revert the setup.cfg change
13+
* Update the version number in setup.py

0 commit comments

Comments
 (0)