summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Feltman <sfeltman@src.gnome.org>2014-01-13 18:53:02 -0800
committerSimon Feltman <sfeltman@src.gnome.org>2014-01-13 18:53:02 -0800
commit056325cba3c86aefcf45ba10f2b7cf86e9fc1800 (patch)
treedcbfd1f4c8e1e687efe4426204d5cdf07f78c9fa
parentc0a43d259c003c5d06db23debd0675b87e805b74 (diff)
downloadpygobject-056325cba3c86aefcf45ba10f2b7cf86e9fc1800.tar.gz
Update HACKING to include better release tagging instructions
-rw-r--r--HACKING15
1 files changed, 8 insertions, 7 deletions
diff --git a/HACKING b/HACKING
index a40c9f72..aba49858 100644
--- a/HACKING
+++ b/HACKING
@@ -3,13 +3,14 @@ Making a release
1. Make sure configure.ac has the right version number
2. Update NEWS file (use "make release-news" target and then edit as you see fit)
-2. Run make distcheck, fix any issues and commit.
-4. Tag with: git tag -s 3.X.Y
-5. Upload tarball: scp pygobject-3.X.Y.tar.gz master.gnome.org:
-6. Install tarball: ssh master.gnome.org 'ftpadmin install pygobject-3.X.Y.tar.gz'
-7. Send release announcements to gnome-announce-list@gnome.org; pygtk@daa.com.au; python-hackers-list@gnome.org; python-announce-list@python.org
-8. blog about it (include the HTMLized NEWS that "make release-news" prints)
-9. Commit post-release version bump
+3. Run make distcheck, fix any issues and commit.
+4. Upload tarball: scp pygobject-3.X.Y.tar.gz master.gnome.org:
+5. Install tarball: ssh master.gnome.org 'ftpadmin install pygobject-3.X.Y.tar.gz'
+6. Tag with: git tag -s 3.X.Y -m "release 3.X.Y"
+7. Push tag with: git push origin 3.X.Y
+8. Commit post-release version bump to configure.ac
+9. Send release announcements to gnome-announce-list@gnome.org; pygtk@daa.com.au; python-hackers-list@gnome.org; python-announce-list@python.org
+10. blog about it (include the HTMLized NEWS that "make release-news" prints)
Based on http://live.gnome.org/MaintainersCorner/Releasing