docs: use npm run release instead of npm version
This commit is contained in:
parent
9c8cc83643
commit
4d928d4493
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue