Are all our actions passing successfully?
If not, make sure to investigate the issue and fix it prior to a release.
Once you verified, that main
isn't broken, go on and increase the version
within our package.json
.
Our CHANGELOG.md
should be updated whenever a PR is merged/ noteworthy changes are committed to main
.
Prior to a release, the changes should be documented under the UNRELEASED
section.
Once it's clear, that a release is about to be published, move the items under UNRELEASED
to this releases sections.
Let your actions be guided by the previous release entries.
Within the releases section of the repo you can Draft a new release
.
Tag version
& Release title
should be the same.
As redundant as it might sound, please add the changes from the CHANGELOG.md
into the body of the release.
Once the release is out the door (on npm), make sure to monitor the issues closely for problems the community might encounter