From 6be19bb1b5e6865aa0844d03ca8713047bc87e31 Mon Sep 17 00:00:00 2001 From: Ian McBurnie Date: Sat, 24 Feb 2018 20:42:05 -0800 Subject: [PATCH] Added pre-release tags to publishing instructions #68 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 09410ee84..f6d95ccbe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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