Skip to content

Deployment

Indrajit Roy edited this page Jan 19, 2024 · 2 revisions
  • Create PRs against the development branch for your changes
  • Merge into development after approved
  • After all changes for the current release are merged, create a release branch from development > release/{major}.{minor}.{patch}
  • Checkout the release branch and run release:{patch/minor/major} depending on the kind of release. This automatically updates the next version and creates a tag for it.
  • Push your changes and create a PR against prod. Merge changes to prod.
  • Go to the Actions tab on the GH repository and run the publish to npm workflow against the prod branch.
  • Viola! Your new version of the SDK is live! 🎉
Clone this wiki locally