- Merge all changes into master branch.
- If any of your dependencies changed - such as tangy-form - run
npm install
to generate an updated package-lock.json. - Ensure
CHANGELOG.md
is complete. - Run
npm version major
,npm version minor
, ornpm version patch
depending on what kind of version change this is. This command will make a commit and tag named after the incremented version. git push origin master && git push origin --tag
- Draft a new release on Github of the same tag name using that tag. Use the CHANGELOG notes.
- Ensure the github action successfully built and published the npm package.