diff --git a/docs/releasing.md b/docs/releasing.md index 2cfad00c..eadab31b 100644 --- a/docs/releasing.md +++ b/docs/releasing.md @@ -4,7 +4,7 @@ Releasing new builds of mithril is mostly automated via `npm version` ## Publishing to NPM -1. `npm version -m "v%s"` +1. `npm run release ` All further steps are automated and run as follows: