Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 475 Bytes

RELEASING.md

File metadata and controls

13 lines (10 loc) · 475 Bytes

Releasing

Releases are managed by repository owners

Steps

  1. Create a pull request for each development
  2. Add a label to each pull request
  3. Create a new version from main with npx lerna version
  4. release workflow will attach the release notes to a brand new draft release
  5. [ only pre-release ] Flag the release with This is a pre-release
  6. Manually publish the release from GitHub
  7. publish workflow will publish the release to NPM registry