tMake sure to compare then push the master branch - 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 34a28c8866b2347ef9a00d80bbde8538967db3e0
 (DIR) parent a753431091844969421ebd08e95b4bc8d074eaa9
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Fri, 11 Dec 2020 18:17:01 -0800
       
       Make sure to compare then push the master branch
       
       Diffstat:
         M auxbuild/README-release             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/auxbuild/README-release b/auxbuild/README-release
       t@@ -6,7 +6,7 @@ New version checklist:
        - git checkout -b release/x.y.z
        - Change SVN to x.y.z in configure.ac and commit
        - 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
       +  git checkout master; git merge --no-ff -m 'Merge for x.y.z release' origin/release/x.y.z; git diff origin/develop; git push origin master; 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