Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.02 KB

RELEASE.md

File metadata and controls

25 lines (13 loc) · 1.02 KB

How to create a release for this repo

Make sure main builds correctly

Are all our actions passing successfully?
If not, make sure to investigate the issue and fix it prior to a release.

Bump the version in our package.json

Once you verified, that main isn't broken, go on and increase the version within our package.json. This should be done by Bump version workflow

Draft a new release on GitHub

Within the releases section of the repo you can Draft a new release.

Select a tag, and press Generate release notes

Edit generated release notes if needed

Tag version & Release title should be the same.

Monitor the repos issues for updates

Once the release is out the door (on npm), make sure to monitor the issues closely for problems the community might encounter