Add note about dch to README-dev.rst

This commit is contained in:
Tyler Hobbs
2014-07-23 13:06:34 -05:00
parent 597c68f237
commit 10bebded78

View File

@@ -4,6 +4,10 @@ Releasing
* If dependencies have changed, make sure ``debian/control``
is up to date
* Make sure all patches in ``debian/patches`` still apply cleanly
* Update the debian changelog with the new version::
dch -v '1.0.0'
* Update CHANGELOG.rst
* Update the version in ``cassandra/__init__.py``
* Commit the changelog and version changes