Skip to content

Commit 24643bb

Browse files
committed
chore: skip unstable changelogs
1 parent ce6bcb2 commit 24643bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@
9999
"plugins": {
100100
"@release-it/conventional-changelog": {
101101
"preset": "angular",
102-
"infile": "CHANGELOG.MD"
102+
"infile": "CHANGELOG.MD",
103+
"skipUnstable": true
103104
}
104105
}
105106
},

0 commit comments

Comments
 (0)