Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 603 Bytes

File metadata and controls

19 lines (14 loc) · 603 Bytes

Publishing

Follow these steps to generate and publish a new release:

  • Create a feature branch
  • Push changes to your branch
  • Add a changeset (if the changes should result in a new version)
pnpm changeset
  • Create a pull request
  • Merge the pull request into the main (default) branch
  • If the pull request contained a changeset, the changesets action will create a "Version Packages" pull request
  • Continue merging changes into the main (default) branch
  • Merge the "Version Packages" pull request to trigger a release

Make sure the CI has a valid automation NPM access token.