summaryrefslogtreecommitdiffstats
path: root/RELEASING
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2013-04-05 17:07:48 (GMT)
committerEvan Martin <martine@danga.com>2013-04-05 17:07:48 (GMT)
commita87ffee6bb53ebdd68e29580d67cc4093100e82e (patch)
tree399f376a590c10a17ccfb1e8eed65a88f289017e /RELEASING
parentcf741082aa39b0c1167356b0a8029e3a0e6ea92b (diff)
downloadNinja-a87ffee6bb53ebdd68e29580d67cc4093100e82e.zip
Ninja-a87ffee6bb53ebdd68e29580d67cc4093100e82e.tar.gz
Ninja-a87ffee6bb53ebdd68e29580d67cc4093100e82e.tar.bz2
decided against using XXX in the manual for unknown versions
Diffstat (limited to 'RELEASING')
-rw-r--r--RELEASING7
1 files changed, 3 insertions, 4 deletions
diff --git a/RELEASING b/RELEASING
index 0593e6d..3f83c7b 100644
--- a/RELEASING
+++ b/RELEASING
@@ -3,8 +3,7 @@ Notes to myself on all the steps to make for a Ninja release.
1. git checkout release; git merge master
2. fix version number in source (it will likely conflict in the above)
3. fix version in doc/manual.asciidoc
-4. grep doc/manual.asciidoc for XXX, fix version references
-5. rebuild manual, put in place on website
-6. commit, tag, push
-7. construct release notes from prior notes
+4. rebuild manual, put in place on website
+5. commit, tag, push
+6. construct release notes from prior notes
credits: git shortlog -s --no-merges REV..