Skip to content

Commit b875a08

Browse files
committed
fix(build): Do not recommend the next version bump.
Add option to not automatically detect the next recommended version bump. Ref: release-it/release-it#833 Ref: release-it/conventional-changelog#37
1 parent 4636a9d commit b875a08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.release-it.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module.exports = {
1717
plugins: {
1818
"@release-it/conventional-changelog": {
1919
infile: "CHANGES.md",
20+
ignoreRecommendedBump: true,
2021
preset: {
2122
name: "conventionalcommits",
2223
types: [

0 commit comments

Comments
 (0)