From d1b9964b28184f65e54b24412fdd7121a0b882a3 Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Wed, 14 Jul 2021 18:22:42 +0200 Subject: [PATCH] chore(release-it): allow releasing consecutive beta releases Refs #7341 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 67ba832d..bd910e8b 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ ], "license": "Apache-2.0", "scripts": { - "automated-release": "release-it major --preRelease=beta --verbose --config ./release/.release-it.json", + "automated-release": "release-it --preRelease --verbose --config ./release/.release-it.json", "build": "run-p --aggregate-output build-core build-bundle build-standalone build-stylesheets build:es:bundle build:es:bundle:core", "build-bundle": "webpack --color --config webpack/bundle.babel.js", "build-core": "webpack --color --config webpack/core.babel.js",