diff --git a/README.md b/README.md index 14479ed..762c749 100644 --- a/README.md +++ b/README.md @@ -287,12 +287,9 @@ The component will be provided with the following `attrs`: Releasing a new version: -* update version in `package.json` and `addon/version.js` -* `npm run update-changelog` -* `git commit -am "v"` -* `git tag v` +* Use `np` (`npm install -g np`) +* `np ` # e.g. `np 0.5.1` * `git push origin --tags` -* `npm publish` To get started: