chore(release): prepare release scripts for v4 beta pre-release

This commit is contained in:
Vladimir Gorej
2021-07-13 18:10:26 +02:00
parent 8004f3ddd8
commit 1eccbc33f2
2 changed files with 3 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
],
"license": "Apache-2.0",
"scripts": {
"automated-release": "release-it -VV --config ./release/.release-it.json",
"automated-release": "release-it -VV major --preRelease=beta --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",

View File

@@ -22,7 +22,8 @@
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
"preset": "angular",
"ignoreRecommendedBump": true
}
}
}