We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c94a7e commit 5c3233cCopy full SHA for 5c3233c
RELEASE.md
@@ -1,8 +1,4 @@
1
# Release process
2
3
-* Run the tests
4
-* Update the changelog
5
-* Run `npm version major`, `npm version minor`, or `npm version patch`
6
- to increment the version in package.json and create a git commit and tag.
7
-* Run `git push --follow-tags` to push the commit and tag to github.
8
-* Run `npm publish` to publish the changes to npm.
+* Make a PR to `master`
+* The SDK will be released to npm and GitHub once the PR is merged and the build passes
0 commit comments