summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING15
1 files changed, 15 insertions, 0 deletions
diff --git a/HACKING b/HACKING
new file mode 100644
index 0000000..3570a5e
--- /dev/null
+++ b/HACKING
@@ -0,0 +1,15 @@
+Making a release
+================
+
+1. Make sure setup.py has the right version number, fix it in a pre-release
+ commit if not.
+2. Update NEWS, use the command: git log --format="- %s (%an)"
+3. Tag with: git tag -s 0.1.14
+4. Build tarball with: python setup.py clean; python setup.py sdist
+6. Upload tarball: scp dist/d-feet-0.1.14.tar.gz johnp@master.gnome.org:
+7. Install tarball: ssh john@master.gnome.org 'ftpadmin install d-feet-0.1.14.tar.gz'
+8. update the wiki at https://live.gnome.org/DFeet
+9. blog about it if you would like
+10. Make post-release version bump
+
+Based on http://live.gnome.org/MaintainersCorner/Releasing