diff --git a/doc/source/development/release_process.rst b/doc/source/development/release_process.rst index b3c403215f..0ab6dff1a4 100644 --- a/doc/source/development/release_process.rst +++ b/doc/source/development/release_process.rst @@ -108,6 +108,15 @@ The next step is to copy and commit these binaries to staging svnpubsub:: svn add cassandra-dist-dev/ svn ci cassandra-dist-dev/ +After committing the binaries to staging, increment the version number in Cassandra on the `cassandra-` + + cd ~/git/cassandra/ + git checkout cassandra- + edit build.xml # update ` ` + edit debian/changelog # add entry for new version + edit CHANGES.txt # add entry for new version + git commit -m "Update version to " build.xml debian/changelog CHANGES.txt + git push Call for a Vote ===============