Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3337: Add automation script to automate deploying releases on GitHub r=fschutt a=fschutt Since there were often problems with typos, CHANGELOG formatting, tags mismatching + having to constantly watch over the release process, I've automated the process of releasing wasmer completely so you only need to do: ```sh python make-release.py 3.0.0-rc.5 ``` and it will generate the CHANGELOG, update the versions, create the pull request, run the CI, trigger the GitHub release action and generate the release notes. If the script fails, it will audibly annoy the user so I can work on other things and get notified when the script fails. Co-authored-by: Felix Schütt <[email protected]> Co-authored-by: Felix Schütt <[email protected]>
- Loading branch information