From 3ae218aa1fcb833bb305c3ec551f0935ac5ec6e6 Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Fri, 10 Sep 2021 14:10:29 +0300 Subject: [PATCH] chore(release): end beta phase and start RC --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e342c9f8..a380f7c6 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ ], "license": "Apache-2.0", "scripts": { - "automated-release": "release-it --preRelease --verbose --config ./release/.release-it.json", + "automated-release": "release-it --preRelease=rc --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",