summary refs log tree commit diff stats
path: root/doc/howto-publish-a-release.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/howto-publish-a-release.txt')
-rw-r--r--doc/howto-publish-a-release.txt39
1 files changed, 0 insertions, 39 deletions
diff --git a/doc/howto-publish-a-release.txt b/doc/howto-publish-a-release.txt
deleted file mode 100644
index 089a3343..00000000
--- a/doc/howto-publish-a-release.txt
+++ /dev/null
@@ -1,39 +0,0 @@
-( ) test everything one last time:
-(x) * make test
-(x) * ./ranger.py [--clean]
-( ) * ranger/ext/rifle.py
-( ) * make install
-
-( ) make a release commit:
-( ) * update the number in the README
-( ) * update __version__ and VERSION in ranger/__init__.py
-( ) * update __version__ in ranger/ext/rifle.py
-( ) * make man
-( ) * write changelog entry
-( ) * think of a witty commit message
-( ) * push the commit
-
-( ) make a PyPI release:
-( ) * `git clean --force -d -x`
-( ) * `python setup.py sdist`
-( ) * `gpg --default-key 'YOUREMAIL' --detach-sign --armor dist/*`
-( ) * `twine upload dist/*`
-
-( ) 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 -u 0x00FB5CDF -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
-
-( ) Change VERSION in ranger/__init__.py back to `master`