Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 534 Bytes

RELEASE.md

File metadata and controls

19 lines (13 loc) · 534 Bytes

Bump version

Bump the version number in package.json to (1.0.0) the version you are about to release.

NB! Commit the version bump

Create a tag

git tag -a v1.0.0 -m "v1.0.0"

Push the tag to Github

git push origin v1.0.0

Actions

Watch that actions run successfully

Changelog

Edit release details to create a changelog

Publish the release

Remove the This is a pre-release boolean and publish the release as latest