[pygobject] Add HACKING file with instructions for releasing



commit 40bf08ff001b119c7daf709197005ef6480216c5
Author: Tomeu Vizoso <tomeu vizoso collabora co uk>
Date:   Mon Jul 12 11:18:04 2010 +0200

    Add HACKING file with instructions for releasing

 HACKING |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/HACKING b/HACKING
new file mode 100644
index 0000000..1836e23
--- /dev/null
+++ b/HACKING
@@ -0,0 +1,14 @@
+Making a release
+================
+
+1. Run make distcheck, fix any issues and commit
+2. Make sure configure.ac has the right version number, fix it in a pre-release
+   commit if not.
+3. Update NEWS, use the command: git log --format="        - %s (%an)"
+4. Tag with: git tag -s PYGOBJECT_2_21_5
+5. Build tarball with: make distclean; ./autogen.sh; make dist
+6. Upload tarball: scp pygobject-2.21.5.tar.gz tomeuv master gnome org:
+7. Install tarball: ssh tomeuv master gnome org 'install-module pygobject-2.21.5.tar.gz'
+8. Make post-release version bump
+
+Based on http://live.gnome.org/MaintainersCorner/Releasing



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