Add get_authors.sh and update AUTHORS.rst

This commit is contained in:
John Helmert III
2020-04-26 00:57:07 -05:00
parent 4e00011c78
commit 7acb7e9896
3 changed files with 44 additions and 2 deletions

View File

@@ -4,7 +4,6 @@ Release Checklist
1. Switch to the master branch and stash/commit any uncommited changes.
2. Bump the version number in [tuir/\_\_version\_\_.py](tuir/__version__.py).
3. Update the release notes in the [CHANGELOG.rst](CHANGELOG.rst).
<!-- TODO: Fix the build_authors script. For now it is good enough to edit manually. -->
4. Update the contributor list by running [``scripts/build_authors.py``](scripts/build_authors.py).
5. Re-generate the manpage by running [``scripts/build_manpage.py``](scripts/build_manpage.py).
6. Commit all changes to the correct branch and tag the correct commit with its version.