Skip to content

Commit 5c3233c

Browse files
committed
docs(release): Update release steps
1 parent 4c94a7e commit 5c3233c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

RELEASE.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
# Release process
22

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.
3+
* Make a PR to `master`
4+
* The SDK will be released to npm and GitHub once the PR is merged and the build passes

0 commit comments

Comments
 (0)