Skip to content

Commit

Permalink
docs: add yarn install to release doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ravijayaramappa committed Jun 16, 2020
1 parent 1b067f4 commit 656d9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ The bigger the pull request, the longer it will take to review and merge. Try to

## Publishing a new release

Checkout the latest `master` branch of the repo. Run the `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.
Checkout the latest `master` branch of the repo. Run `yarn install` followed by `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 comments on commit 656d9f4

Please sign in to comment.