From 89f1b58fcfad39681cf700bf36759cb04d931a60 Mon Sep 17 00:00:00 2001 From: Cory Forsyth Date: Tue, 26 Jul 2016 12:04:07 -0400 Subject: [PATCH] update relase instructions in readme --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index dbe74e711..cd357b8f1 100644 --- a/README.md +++ b/README.md @@ -322,13 +322,9 @@ If you have a question about usage you can post in the [gitter channel](https:// #### Releasing -* Update version in `package.json` -* `npm run update-changelog` -* commit with message `v` (e.g. "v0.9.0") -* `npm run build` -* `git tag v` -* `git push --follow-tags` -* `npm publish` +* Use `np` (`npm install -g np`) +* `np ` (e.g. `np 0.12.0`) +* `git push --tags` #### Deploy the demo