From b926f5e5cb268f89da98513e6c671253d3ae5231 Mon Sep 17 00:00:00 2001 From: hut Date: Sun, 2 Nov 2014 21:08:18 +0100 Subject: mv doc/release-checklist.txt doc/howto-publish-a-release.txt --- doc/howto-publish-a-release.txt | 27 +++++++++++++++++++++++++++ doc/release-checklist.txt | 27 --------------------------- 2 files changed, 27 insertions(+), 27 deletions(-) create mode 100644 doc/howto-publish-a-release.txt delete mode 100644 doc/release-checklist.txt diff --git a/doc/howto-publish-a-release.txt b/doc/howto-publish-a-release.txt new file mode 100644 index 00000000..2ef99afe --- /dev/null +++ b/doc/howto-publish-a-release.txt @@ -0,0 +1,27 @@ +( ) 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 ) +( ) * 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 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 ) -( ) * 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 -- cgit 1.4.1-2-gfad0 7739b0c6a61f9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10