summaryrefslogtreecommitdiff
path: root/RELEASING
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-06-16 09:22:36 -0700
committerCarl Worth <cworth@cworth.org>2006-06-16 09:22:36 -0700
commit4a5111695c25ce9178f1eb69acd825b3466fcb11 (patch)
treee0737ec4149b260584600ddab89112f9b0533adc /RELEASING
parentc6164d0d2a9ca16a00c2768f24a0230de6cbc6f6 (diff)
Update release rules in Makefile to add git signature information.
Diffstat (limited to 'RELEASING')
-rw-r--r--RELEASING2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASING b/RELEASING
index d1e1998e0..89433eeb7 100644
--- a/RELEASING
+++ b/RELEASING
@@ -84,7 +84,7 @@ Here are the steps to follow to create a new cairo release:
7) Push the newly created tag out to the central tree wih a command something like:
- git push cairo refs/tags/X.Y.Z
+ git push cairo X.Y.Z
8) Increment cairo_version_micro to the next larger (odd) number in
configure, and commit.