Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 855 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (21 loc) · 855 Bytes

Commits

All commits should be signed to enhance security, authorship, trust and compliance.

About commit signature verification

Versioning

Versioning is managed by npm. Npm versioning will execute scripts that uses kacl to manage the CHANGELOG.

Ensure that before running the versioning scripts below, the Unreleased changelog is updated.

Production Versioning

npm version patch --no-git-tag-version

Beta Versioning

npm version prerelease --preid beta --no-git-tag-version

Publishing

Publishing to NPM has 2 different processes. Production process is automated by creating a git tag on master.

Publishing the beta should be done manually:

npm run build
npm publish --tag beta