Skip to content

Prepare for release #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 19, 2022
Merged

Prepare for release #1

merged 3 commits into from
Oct 19, 2022

Conversation

RobinMalfait
Copy link
Member

This PR prepares for the v3.2 release

Usage:
```sh
npm run release-notes         # Gets notes for current version
npm run release-notes 1.2.3   # Gets notes for explicit version
```
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
@RobinMalfait RobinMalfait merged commit addaf45 into main Oct 19, 2022
@RobinMalfait RobinMalfait deleted the feat/prepare-release branch October 19, 2022 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant