| 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(-)
--- |
| 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 |