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