summaryrefslogtreecommitdiff
path: root/bin/release.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix bumping to dev version in release.sh scriptTony Cebzanov2020-07-261-2/+4
|
* Add bin/release.sh script to partially automate releases.Tony Cebzanov2020-07-261-0/+218
This script takes the versino number to release as a single argument. It tries to generate a sensible changelog from commit messages, but allows for manual cleanup. It also uses the `contributors` Python module to generate a list of contributors to be included in the README. Error checking is present but probably insufficient, but at the very least, this should serve as a document of the current release process.