Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 922 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (22 loc) · 922 Bytes

Contributing

Ensure permissions

Add contributors that need to merge pull requests to github permissions.

Add contributors that need to publish to npm to the following:

Install and configure npmrc

npm install -g npmrc
npmrc -c public
npm login

Login using your npm credentials

Publishing to npm

To publish to npm, make sure you're using the public registry (npmrc public) and publish using publish-prod:

npmrc public && yarn run publish-prod

Versioning is done using Semantic Versioning.

Generating Changelog

Changelog can be generated using ./scripts/changelog.sh