diff options
author | hut <hut@lepus.uberspace.de> | 2014-11-02 21:08:18 +0100 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2014-11-02 21:08:18 +0100 |
commit | b926f5e5cb268f89da98513e6c671253d3ae5231 (patch) | |
tree | 919879ef84367cc327e976a75d73a63328860c0e /doc/release-checklist.txt | |
parent | 2c7d36041103b4b282261edd0fd17ef5d4b722e1 (diff) | |
download | ranger-b926f5e5cb268f89da98513e6c671253d3ae5231.tar.gz |
mv doc/release-checklist.txt doc/howto-publish-a-release.txt
Diffstat (limited to 'doc/release-checklist.txt')
-rw-r--r-- | doc/release-checklist.txt | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt deleted file mode 100644 index 2ef99afe..00000000 --- a/doc/release-checklist.txt +++ /dev/null @@ -1,27 +0,0 @@ -( ) test everything one last time: -( ) * make test -( ) * ./ranger.py [--clean] -( ) * ranger/ext/rifle.py -( ) * make install -( ) make a release commit: -( ) * update the number in the README -( ) * update the number in ranger/__init__.py -( ) * update the version number in ranger/ext/rifle.py -( ) * rebuild the man page with the updated number -( ) * write changelog entry -( ) * think of a witty commit message -( ) * change VERSION in ranger/__init__.py to something with "stable" -( ) * push the commit -( ) build .tar.gz with "make snapshot" -( ) make, make install and test the snapshot one last time -( ) update the website: -( ) * add the new version as ranger-stable.tar.gz -( ) * add the new version as ranger-X.Y.Z.tar.gz -( ) * update both signatures (gpg -sb <file>) -( ) * update the changelog -( ) * update the man page -( ) * rerun boobies.py -( ) announce the update -( ) * to the mailing list -( ) * in the arch linux forum -( ) * write a news entry on savannah |