Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 359 Bytes

File metadata and controls

12 lines (9 loc) · 359 Bytes

CONTRIBUTING.md

Publishing

  1. Create a new tag, e.g. for 0.0.1: git tag 0.0.1
  2. Push the new tag: git push origin 0.0.1
  3. Open the GitHub release form
  4. Select the tag
  5. Click on "Generate release notes"
  6. Click on "Publish release"

The GitHub workflow will then start and publish to NPM.