[pygobject] Update HACKING to include better release tagging instructions



commit 056325cba3c86aefcf45ba10f2b7cf86e9fc1800
Author: Simon Feltman <sfeltman src gnome org>
Date:   Mon Jan 13 18:53:02 2014 -0800

    Update HACKING to include better release tagging instructions

 HACKING |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/HACKING b/HACKING
index a40c9f7..aba4985 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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]