You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
-4
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,3 @@ Any code change should be submitted as a pull request. The description should ex
19
19
## Review process
20
20
21
21
The bigger the pull request, the longer it will take to review and merge. Try to break down large pull requests in smaller chunks that are easier to review and merge. Also make sure to reference the related issues in the pull request message, if any.
22
-
23
-
## Publishing a new release
24
-
25
-
Checkout the latest `master` branch of the repo. Run `yarn release <version> <npm-tag>` command by providing the appropriate arguments to publish a new release of the package. A release commit should have been automatically created on your local branch. Push the release commit and the git tag to the remote repo.
0 commit comments