docs: use npm run release instead of npm version

This commit is contained in:
Pat Cavit 2017-03-24 14:31:49 -07:00
parent 9c8cc83643
commit 4d928d4493

View file

@ -4,7 +4,7 @@ Releasing new builds of mithril is mostly automated via `npm version`
## Publishing to NPM
1. `npm version <major|minor|patch|semver> -m "v%s"`
1. `npm run release <major|minor|patch|semver>`
All further steps are automated and run as follows: