[pygobject] Update release steps to be more explicit in regards to NEWS



commit bb5550bc85ac0ff60ea39912416e347f27853fb4
Author: Simon Feltman <sfeltman src gnome org>
Date:   Mon Feb 17 17:22:40 2014 -0800

    Update release steps to be more explicit in regards to NEWS
    
    Add an explicit step to commit the NEWS changes and push prior tagging.

 HACKING |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/HACKING b/HACKING
index aba4985..fd8419d 100644
--- a/HACKING
+++ b/HACKING
@@ -6,11 +6,12 @@ Making a release
 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)
+6. Commit NEWS as "release 3.X.Y" and push
+7. Tag with: git tag -s 3.X.Y -m "release 3.X.Y"
+8. Push tag with: git push origin 3.X.Y
+9. Commit post-release version bump to configure.ac
+10. Send release announcements to gnome-announce-list gnome org; pygtk daa com au; python-hackers-list gnome 
org; python-announce-list python org
+11. 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]