Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 521 Bytes

File metadata and controls

9 lines (7 loc) · 521 Bytes

Contributing

How to make a new Release

  1. Update version number in package.json (follow Semantic Versioning) in an extra commit
  2. Merge the Pull Request with that commit
  3. Tag the commit with the new version number on master locally and push the tag to GitHub
  4. On GitHub create a new "Release" for the tag with information on what changed
  5. GitHub actions will push the new Release to npm