From 10bebded784e8559dda8164c7c392873f6c9b321 Mon Sep 17 00:00:00 2001 From: Tyler Hobbs Date: Wed, 23 Jul 2014 13:06:34 -0500 Subject: [PATCH] Add note about dch to README-dev.rst --- README-dev.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README-dev.rst b/README-dev.rst index 1dcd6084..5a9f4be7 100644 --- a/README-dev.rst +++ b/README-dev.rst @@ -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