Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 861 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 861 Bytes

Development

Automatic release

All merged PR to main branch trigger github actions release and publish workflow.

Manual release

  • Prepare your release into main or release/* branch.
  • Run npm run version and look what happens.
    • Or npm run version -- --no-push and git push --follow-tags you are not sure.
  • Run one of following
    • npm run publish:ci
    • npm run publish:ci:beta

Pre-release:

Do the same as above, except this cases:

  • prev version isn't prerelease, but next must be prerelease: npm run version -- --conventional-prerelease
  • prev version is prerelease, but next must be release: npm run version -- --conventional-graduate