This guide is intended for maintainers (anybody with commit access).
Please make sure you're familiar with and follow the CODE_OF_CONDUCT.md.
The GitHub repo requires an NPM_TOKEN
secret. This is used to publish the npm package via GitHub Actions.
npm login
npm token create
- Add
NPM_TOKEN
to the GitHub repo secrets
Checklist:
- Any decisions to capture as an ADR?
- Any FAQs to update? E.g. README.md or DEVELOPING.md
- Use "Squash and Merge". This keeps a clean history in
master
, with a full history available in Pull Requests. - Ensure the merge message conforms to Conventional Commits spec.
- Breaking changes? Ensure the commit message contains the text
BREAKING CHANGE:
.