Skip to content

Commit d1b9964

Browse files
committed
chore(release-it): allow releasing consecutive beta releases
Refs #7341
1 parent 843673e commit d1b9964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"license": "Apache-2.0",
1818
"scripts": {
19-
"automated-release": "release-it major --preRelease=beta --verbose --config ./release/.release-it.json",
19+
"automated-release": "release-it --preRelease --verbose --config ./release/.release-it.json",
2020
"build": "run-p --aggregate-output build-core build-bundle build-standalone build-stylesheets build:es:bundle build:es:bundle:core",
2121
"build-bundle": "webpack --color --config webpack/bundle.babel.js",
2222
"build-core": "webpack --color --config webpack/core.babel.js",

0 commit comments

Comments
 (0)