From 54e2712b7a86fc3964f64d4b4ab6958e993d20f6 Mon Sep 17 00:00:00 2001 From: Lars Immisch Date: Sun, 9 Jul 2017 15:01:41 +0200 Subject: [PATCH] Document release procedure --- NOTES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 NOTES.md diff --git a/NOTES.md b/NOTES.md new file mode 100644 index 0000000..c9bf577 --- /dev/null +++ b/NOTES.md @@ -0,0 +1,11 @@ +# Publishing the documentation + + - Install Sphinx; `sudo pip install sphinx` + - Clone gh-pages branch: `cd doc; git clone -b gh-pages git@github.com:larsimmisch/pyalsaaudio.git gh-pages` + - `cd doc; make publish` + +# Release procedure + + - Update version number in setup.py + - Create tag and push it, i.e. `git tag x.y.z; git push origin x.y.z` + - `python setup.py sdist upload -r pypi`