File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 2222 },
2323 "plugins" : {
2424 "@release-it/conventional-changelog" : {
25- "preset" : " angular"
25+ "preset" : " angular" ,
26+ "ignoreRecommendedBump" : true
2627 }
2728 }
2829}
You can’t perform that action at this time.
0 commit comments