Skip to content

Commit 7bb26b5

Browse files
committed
chore(release): prepare release scripts for v4 beta pre-release
1 parent 9be3788 commit 7bb26b5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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 -VV --config ./release/.release-it.json",
19+
"automated-release": "release-it -VV major --preRelease=beta --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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
},
2323
"plugins": {
2424
"@release-it/conventional-changelog": {
25-
"preset": "angular"
25+
"preset": "angular",
26+
"ignoreRecommendedBump": true
2627
}
2728
}
2829
}

0 commit comments

Comments
 (0)