From cee2f673c0594aa631f4fe0ef08c23ee146c3fb9 Mon Sep 17 00:00:00 2001 From: Adam Holmberg Date: Wed, 26 Nov 2014 18:38:46 +0000 Subject: [PATCH] Remove debian references from release procedure. --- README-dev.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README-dev.rst b/README-dev.rst index 75d8f246..3d1f9b19 100644 --- a/README-dev.rst +++ b/README-dev.rst @@ -1,13 +1,6 @@ Releasing ========= * Run the tests and ensure they all pass -* 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``