summaryrefslogtreecommitdiff
path: root/RELEASING
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2008-03-20 12:18:39 -0700
committerCarl Worth <cworth@cworth.org>2008-03-20 12:18:39 -0700
commit46bbead898186349094ae69d2b16f88b80cb820e (patch)
tree44ec2b8c2634f89daf92d169f5e31845d7a0256f /RELEASING
parentc91a2a2e80f2172a4174cfc3b5e821cb49633da5 (diff)
RELEASING: Clarify steps for verifying no unpushed modifications
Diffstat (limited to 'RELEASING')
-rw-r--r--RELEASING7
1 files changed, 3 insertions, 4 deletions
diff --git a/RELEASING b/RELEASING
index a5681536..36e865e4 100644
--- a/RELEASING
+++ b/RELEASING
@@ -1,9 +1,8 @@
Here are the steps to follow to create a new cairo release:
-1) Ensure that there are no local, uncommitted modifications.
- It's probably good enough if "git diff HEAD" doesn't output
- anything and your "master" and "origin" branchs are at the current
- revision.
+1) Ensure that there are no local, uncommitted/unspushed
+ modifications. You're probably in a good state if both "git diff
+ HEAD" and "git log master..origin/master" give no output.
2) Verify that the code passes "make distcheck"