-
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
developmentbranch for your changes - Merge into
developmentafter 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
Actionstab on the GH repository and run thepublish to npmworkflow against theprodbranch. - Viola! Your new version of the SDK is live! 🎉