add details to README-dev.rst

This commit is contained in:
Jim Witschey 2017-06-13 13:38:20 -04:00
parent f60bdc38c4
commit 2113517142
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,9 @@ Releasing
=========
* Run the tests and ensure they all pass
* Update CHANGELOG.rst
* Check for any missing entries
* Add today's date to the release section
* Update the version in ``cassandra/__init__.py``
* For beta releases, use a version like ``(2, 1, '0b1')``
@ -31,6 +34,9 @@ Releasing
* test and push updated branch to origin
* Update the JIRA versions: https://datastax-oss.atlassian.net/plugins/servlet/project-config/PYTHON/versions
* add release dates and set version as "released"
* Make an announcement on the mailing list
Building the Docs