summaryrefslogtreecommitdiff
path: root/RELEASING
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2008-07-17 14:13:34 -0400
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2008-07-17 14:13:34 -0400
commitf729457da5de4a96ccd220ce71c583cdec971483 (patch)
treebd29637751f325c1b7cf77cfa3332749eadeb075 /RELEASING
parent72045eabd57cf793266424c39246b435b655b19f (diff)
Update RELEASING and release targets in Makefile.am
Diffstat (limited to 'RELEASING')
-rw-r--r--RELEASING22
1 files changed, 12 insertions, 10 deletions
diff --git a/RELEASING b/RELEASING
index 5e7cec1..3ad0c2d 100644
--- a/RELEASING
+++ b/RELEASING
@@ -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.
+