chore(release): return release scripts back to original

This commit is contained in:
Vladimir Gorej
2021-11-03 09:24:21 +01:00
parent e7e977c91f
commit 32b3b97ae3
2 changed files with 2 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
], ],
"license": "Apache-2.0", "license": "Apache-2.0",
"scripts": { "scripts": {
"automated-release": "release-it --preRelease --verbose --config ./release/.release-it.json", "automated-release": "release-it -VV --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": "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-bundle": "webpack --color --config webpack/bundle.babel.js",
"build-core": "webpack --color --config webpack/core.babel.js", "build-core": "webpack --color --config webpack/core.babel.js",

View File

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