Skip to content

Commit f67c6d7

Browse files
committed
Fix README-dev formatting
1 parent 41fe3e1 commit f67c6d7

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,9 +10,11 @@ Releasing
1010

1111
* Update CHANGELOG.rst
1212
* Update the version in ``cassandra/__init__.py``
13+
1314
* For beta releases, use a version like ``(2, 1, '0b1')``
1415
* For release candidates, use a version like ``(2, 1, '0c1')``
1516
* When in doubt, follow PEP 386 versioning
17+
1618
* Commit the changelog and version changes
1719
* Tag the release. For example: ``git tag -a 1.0.0 -m 'version 1.0.0'``
1820
* Push the commit and tag: ``git push --tags origin master``
@@ -24,7 +26,9 @@ Releasing
2426
* Update the docs (see below)
2527
* Append a 'post' string to the version tuple in ``cassandra/__init__.py``
2628
so that it looks like ``(x, y, z, 'post')``
29+
2730
* After a beta or rc release, this should look like ``(2, 1, '0b1', 'post')``
31+
2832
* Commit and push
2933
* Update the JIRA versions: https://datastax-oss.atlassian.net/plugins/servlet/project-config/PYTHON/versions
3034

0 commit comments

Comments
 (0)