summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2011-09-15 18:12:01 -0400
committerJohn (J5) Palmieri <johnp@redhat.com>2011-09-15 18:12:01 -0400
commit3ec4020205e909ee4400650434f9ae7b89c2bde8 (patch)
treeb8140078cadf2a32dc24aeb3314972c68e9baa9e
parent2e864fd05bc0adf48df9f65ab72785ebb1d0d3f0 (diff)
downloadpygobject-2.90.4.tar.gz
edit HACKING file to show correct tag format2.90.4
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 4ec66a97..e42f5ce9 100644
--- a/HACKING
+++ b/HACKING
@@ -5,7 +5,7 @@ Making a release
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
+4. Tag with: git tag -s 2.90.4
5. Build tarball with: make distclean; ./autogen.sh --enable-docs; make; 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'