From 53aa3d1dc1b1046e7d89bc8859a70ff48e7ac152 Mon Sep 17 00:00:00 2001 From: Dmitry Naumov Date: Tue, 16 Jun 2020 18:28:25 +0300 Subject: [PATCH] Add publish:beta --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6ec11dc..067b455 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,9 @@ - Prepare your release into `master` or `release/*` branch. - Run `npm run version` and look what happens. - Or `npm run version -- --no-push` and `git push --follow-tags` you are not sure. -- Run `npm run publish`. +- Run one of following + - `npm run publish` + - `npm run publish:beta` **Pre-release:**