-
Notifications
You must be signed in to change notification settings - Fork 1
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 toprod
. - Go to the
Actions
tab on the GH repository and run thepublish to npm
workflow against theprod
branch. - Viola! Your new version of the SDK is live! 🎉