Skip to content

Commit

Permalink
Added pre-release tags to publishing instructions #68
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcburnie committed Feb 25, 2018
1 parent cae0d79 commit 6be19bb
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 @@ -172,7 +172,7 @@ Pre-releases are made directly from a milestone branch. Patch releases do not ne

1. Run `npm version pre-minor` or `npm version pre-major`. This command will update the version number in `package.json`, commit the change locally, and create a Git tag at the same time.
1. Push commit to origin.
1. Run `npm publish` to publish the package to NPM.
1. Run `npm publish --tags beta` to publish the package to NPM.

### Final Release

Expand Down

0 comments on commit 6be19bb

Please sign in to comment.