Skip to content

Commit

Permalink
chore(release): prepare release scripts for v4 beta pre-release
Browse files Browse the repository at this point in the history
Refs #2710
  • Loading branch information
char0n committed Nov 3, 2021
1 parent 8940a45 commit f4c5fc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Sahar Jafari <shr.jafari@gmail.com>"
],
"scripts": {
"automated-release": "release-it --config ./release/.release-it.json",
"automated-release": "release-it major --preRelease=beta --verbose --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:bundle": "webpack --config webpack/bundle.babel.js --color",
"build:core": "webpack --config webpack/core.babel.js --color",
Expand Down
3 changes: 2 additions & 1 deletion release/.release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
"preset": "angular",
"ignoreRecommendedBump": true
}
}
}

0 comments on commit f4c5fc9

Please sign in to comment.