Skip to content

Commit

Permalink
Merge #3337
Browse files Browse the repository at this point in the history
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
3 people authored Nov 19, 2022
2 parents 412eef7 + 99b6107 commit ee8c67e
Show file tree
Hide file tree
Showing 2 changed files with 483 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C



## Added

## Changed

## Fixed

## 3.0.0-rc.3 - 2022/11/18

## Added
Expand Down
Loading

0 comments on commit ee8c67e

Please sign in to comment.