tAdd actual git invocations for new release - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 705d2ca014fdf407e19231bac357a9fa20f33e79
(DIR) parent 25ac30aa3fbd884011c6245e78e4dcd079076887
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Sun, 6 Dec 2020 12:21:46 -0800
Add actual git invocations for new release
Diffstat:
M auxbuild/README-release | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/auxbuild/README-release b/auxbuild/README-release
t@@ -5,5 +5,8 @@ New version checklist:
- Change stable version number in NEWS README.md doc/installation.html doc/index.html doc/windows.html
- git checkout -b release/x.y.z
- Change SVN to x.y.z in configure.ac and commit
-- Merge into master, git tag -s x.y.z, git push
-- make dist, upload tar.gz plus RPMs and .exes
+- Merge into master, tag, and push:
+ git checkout master; git merge --no-ff -m 'Merge for x.y.z release' origin/release/x.y.z; git tag -s -u 22A3BF2B vx.y.z; git push origin vx.y.z
+- Delete temporary branch:
+ git branch -d release/x.y.z; git push origin :release/x.y.z
+- make dist, upload tar.gz plus RPMs and .exes to GitHub and SourceForge