Skip to content

Commit 18344f1

Browse files
committed
fix: update release notes generator preset to conventionalcommits
1 parent 2e594fe commit 18344f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[
66
"@semantic-release/release-notes-generator",
77
{
8-
"preset": "conventional",
8+
"preset": "conventionalcommits",
99
"parserOpts": {
1010
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"]
1111
},

0 commit comments

Comments
 (0)