Skip to content

Commit

Permalink
Updated contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonStoltz committed Dec 19, 2019
1 parent 4b9ea09 commit 00b1913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ We will create branches for all minor releases.
Publish a new version from master
(Example, publishing 0.6.0)

1. Run `npx lerna version 0.6.0 --exact`.
1. Run `npx lerna version 0.6.0 --force-publish=* --exact`.
1. Verify the `0.6.0` tag was created as well as a "Release 0.6.0" commit.
1. Run `nvm use` to make sure you are running the correct version of node, and verify that `npm run build` runs without error before publishing.
1. Run `npx lerna publish --force-publish=* from-package`.
Expand All @@ -107,7 +107,7 @@ Publish a patch
(Example, publish 0.6.1)

1. Create a `0.6` branch from the `0.6.0` tag, if one does not already exist.
1. Run `npx lerna version 0.6.1 --exact`.
1. Run `npx lerna version 0.6.0 --force-publish=* --exact`.
1. Verify the `0.6.1` tag was created as well as a "Release 0.6.1" commit.
1. Run `nvm use` to make sure you are running the correct version of node, and verify that `npm run build` runs without error before publishing.
1. Run `npx lerna publish --force-publish=* from-package`.
Expand Down

0 comments on commit 00b1913

Please sign in to comment.