From 4d928d4493310459451992d18e8091c47a6ffb08 Mon Sep 17 00:00:00 2001 From: Pat Cavit Date: Fri, 24 Mar 2017 14:31:49 -0700 Subject: [PATCH] docs: use npm run release instead of npm version --- docs/releasing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: