diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2008-07-17 14:13:34 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2008-07-17 14:13:34 -0400 |
commit | f729457da5de4a96ccd220ce71c583cdec971483 (patch) | |
tree | bd29637751f325c1b7cf77cfa3332749eadeb075 /RELEASING | |
parent | 72045eabd57cf793266424c39246b435b655b19f (diff) |
Update RELEASING and release targets in Makefile.am
Diffstat (limited to 'RELEASING')
-rw-r--r-- | RELEASING | 22 |
1 files changed, 12 insertions, 10 deletions
@@ -37,16 +37,7 @@ Here are the steps to follow to create a new pixman release: make GPGKEY=<your gpg key id> release-publish -7) Increment pixman_micro to the next larger (odd) number in - configure.ac. Commit this change, and push all commits created - during this process using - - git push --tags - - You must use "--tags" here; otherwise the new tag will not - be pushed out. This is because technobable. - -8) Run +6) Run make release-publish-message @@ -58,3 +49,14 @@ Here are the steps to follow to create a new pixman release: and xorg-announce@lists.freedesktop.org + + +7) Increment pixman_micro to the next larger (odd) number in + configure.ac. Commit this change, and push all commits created + during this process using + + git push --tags + + You must use "--tags" here; otherwise the new tag will not + be pushed out. This is because technobabble. + |