Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 299 Bytes

PUBLISH.md

File metadata and controls

9 lines (7 loc) · 299 Bytes

Instructions on how to publish this package

  • addd a new version to to the CHANGELOG.md file
  • increase the version in the package.json file.
  • commit and push all changes
  • make sure that the github actions did run successfully
  • rebuild (npm run rebuild)
  • publish (npm publish)