summaryrefslogtreecommitdiffstats
path: root/RELEASING
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2013-04-08 21:44:30 (GMT)
committerEvan Martin <martine@danga.com>2013-04-08 21:44:30 (GMT)
commit9f1852fa3c97197e1876f1d47ca45e66b5e6cd28 (patch)
treecf8fc92e9e835ef8de3a20f90b73264166d5ce88 /RELEASING
parent76faa257c79dd1404825442fe6b2e83194a0b045 (diff)
downloadNinja-9f1852fa3c97197e1876f1d47ca45e66b5e6cd28.zip
Ninja-9f1852fa3c97197e1876f1d47ca45e66b5e6cd28.tar.gz
Ninja-9f1852fa3c97197e1876f1d47ca45e66b5e6cd28.tar.bz2
sync version number in master with release
Update RELEASING with notes on how to not screw this up again.
Diffstat (limited to 'RELEASING')
-rw-r--r--RELEASING13
1 files changed, 7 insertions, 6 deletions
diff --git a/RELEASING b/RELEASING
index 3f83c7b..4d2e46a 100644
--- a/RELEASING
+++ b/RELEASING
@@ -1,9 +1,10 @@
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. rebuild manual, put in place on website
-5. commit, tag, push
-6. construct release notes from prior notes
+1. update src/version.cc with new version (with ".git")
+2. git checkout release; git merge master
+3. fix version number in src/version.cc (it will likely conflict in the above)
+4. fix version in doc/manual.asciidoc
+5. rebuild manual, put in place on website
+6. commit, tag, push
+7. construct release notes from prior notes
credits: git shortlog -s --no-merges REV..