[d-feet] Update HACKING



commit cede386f68a10549a162ff1c6101ef922381e3a7
Author: Thomas Bechtold <thomasbechtold jpberlin de>
Date:   Wed May 22 20:52:01 2013 +0200

    Update HACKING

 HACKING |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/HACKING b/HACKING
index 600a632..1ed9133 100644
--- a/HACKING
+++ b/HACKING
@@ -3,13 +3,15 @@ Making a release
 
 1. Make sure configure.ac 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.3.3
-4. Build tarball with: make clean; make dist-xz
+2. Run the unittests with 'make check'
+3. Update NEWS, use the command: git log --format="- %s (%an)"
+4. Tag with: git tag -s 0.3.3
+5. Build tarball with: make clean; make dist-xz
 6. Upload tarball: scp dist/d-feet-0.3.3.tar.xz toabctl master gnome org:
 7. Install tarball: ssh toabctl master gnome org 'ftpadmin install d-feet-0.3.3.tar.xz'
 8. update the wiki at https://live.gnome.org/DFeet
 9. blog about it if you would like
 10. Make post-release version bump
+11. Push the changes with 'git push && git push --tags'
 
 Based on http://live.gnome.org/MaintainersCorner/Releasing


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