Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 159 Bytes

RELEASE.md

File metadata and controls

8 lines (7 loc) · 159 Bytes

Performing a Release

  • poetry version
  • Update the version in package.json
  • Commit
  • Tag the release in Git
  • poetry release --build
  • npm publish