You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add actions for preparing a release, and releasing a release
The `prepare release` will be executed when a tag is pushed. It does the
following things:
1. Checks out the repo
2. Installs the dependencies
3. Runs the tests
4. Creates a draft release on GitHub with the release notes pre-filled
based on the `CHANGELOG.md` file of the current version.
Once you publish the actual release on GitHub, the `release` action will
run. This will execute the following steps:
1. Checks out the repo
2. Installs the dependencies
3. Runs the tests as a sanity check
4. Published the current version to npm
0 commit comments