summaryrefslogtreecommitdiff
path: root/HACKING
blob: 1836e23f073d4faca3c4f5e9a9138d84090fd913 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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