From 185f5ea1190933d22555bc575e4326f9fae515aa Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sun, 26 Jul 2009 10:04:49 +0200 Subject: Quick and dirty documentation on how to release a new version. --- doc/publishing.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/publishing.txt diff --git a/doc/publishing.txt b/doc/publishing.txt new file mode 100644 index 00000000..326e5862 --- /dev/null +++ b/doc/publishing.txt @@ -0,0 +1,7 @@ +To publish: + +Make sure you up the version number, then, assuming the version number is now '0.8.1': +git tag v0.8.1 +git push +git push --tags +ant publish -- cgit