Skip to content

Commit 4fa5dc2

Browse files
committed
chore: fix commit analyzer preset
1 parent e5b1119 commit 4fa5dc2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,12 @@
8989
}
9090
],
9191
"plugins": [
92-
"@semantic-release/commit-analyzer",
92+
[
93+
"@semantic-release/commit-analyzer",
94+
{
95+
"preset": "conventionalcommits"
96+
}
97+
],
9398
"@semantic-release/release-notes-generator",
9499
"@semantic-release/npm",
95100
"@semantic-release/github",

0 commit comments

Comments
 (0)