Skip to content

Commit 32b3b97

Browse files
committed
chore(release): return release scripts back to original
1 parent e7e977c commit 32b3b97

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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 --preRelease --verbose --config ./release/.release-it.json",
19+
"automated-release": "release-it -VV --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",

release/.release-it.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
},
2323
"plugins": {
2424
"@release-it/conventional-changelog": {
25-
"preset": "angular",
26-
"ignoreRecommendedBump": true
25+
"preset": "angular"
2726
}
2827
}
2928
}

0 commit comments

Comments
 (0)