We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e977c commit 32b3b97Copy full SHA for 32b3b97
package.json
@@ -16,7 +16,7 @@
16
],
17
"license": "Apache-2.0",
18
"scripts": {
19
- "automated-release": "release-it --preRelease --verbose --config ./release/.release-it.json",
+ "automated-release": "release-it -VV --config ./release/.release-it.json",
20
"build": "run-p --aggregate-output build-core build-bundle build-standalone build-stylesheets build:es:bundle build:es:bundle:core",
21
"build-bundle": "webpack --color --config webpack/bundle.babel.js",
22
"build-core": "webpack --color --config webpack/core.babel.js",
release/.release-it.json
@@ -22,8 +22,7 @@
},
23
"plugins": {
24
"@release-it/conventional-changelog": {
25
- "preset": "angular",
26
- "ignoreRecommendedBump": true
+ "preset": "angular"
27
}
28
29
0 commit comments