diff --git a/package.json b/package.json index 7f2c613f..52b4026c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ ], "license": "Apache-2.0", "scripts": { - "automated-release": "release-it --config ./release/.release-it.json", + "automated-release": "release-it -V --config ./release/.release-it.json", "build": "run-p --aggregate-output build-core build-bundle build-standalone build-stylesheets", "build-bundle": "webpack --colors --config webpack/bundle.babel.js", "build-core": "webpack --colors --config webpack/core.babel.js",