Skip to content

Commit 34bd741

Browse files
committed
Add notes about beta, rc versions to README-dev.rst
1 parent a074f6a commit 34bd741

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README-dev.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Releasing
1010

1111
* Update CHANGELOG.rst
1212
* Update the version in ``cassandra/__init__.py``
13+
* For beta releases, use a version like ``(2, 1, '0b1')``
14+
* For release candidates, use a version like ``(2, 1, '0c1')``
15+
* When in doubt, follow PEP 386 versioning
1316
* Commit the changelog and version changes
1417
* Tag the release. For example: ``git tag -a 1.0.0 -m 'version 1.0.0'``
1518
* Push the commit and tag: ``git push --tags origin master``
@@ -21,6 +24,7 @@ Releasing
2124
* Update the docs (see below)
2225
* Append a 'post' string to the version tuple in ``cassandra/__init__.py``
2326
so that it looks like ``(x, y, z, 'post')``
27+
* After a beta or rc release, this should look like ``(2, 1, '0b1', 'post')``
2428
* Commit and push
2529

2630
Building the Docs

0 commit comments

Comments
 (0)