tMake basic "how to make a new release" document - 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 9811a93d2d57edd8d2b274555b93941f3598271b
 (DIR) parent ea8494aafe5731a452719528ad8c274f121b49b8
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Sat,  5 Dec 2020 11:57:28 -0800
       
       Make basic "how to make a new release" document
       
       Diffstat:
         A auxbuild/README-release             |       9 +++++++++
       
       1 file changed, 9 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/auxbuild/README-release b/auxbuild/README-release
       t@@ -0,0 +1,9 @@
       +New version checklist:
       +
       +- Update po/*.po
       +- Add version number, date to ChangeLog
       +- 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