Skip to content

Commit 5f3f0df

Browse files
authored
chore(ci): update commit analyzer to use conventionalcommits preset (#1090)
Signed-off-by: Andrew Brandt <[email protected]>
1 parent a98c886 commit 5f3f0df

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.releaserc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"plugins": [
3-
"@semantic-release/commit-analyzer",
3+
[
4+
"@semantic-release/commit-analyzer",
5+
{
6+
"preset": "conventionalcommits"
7+
}
8+
],
49
[
510
"@semantic-release/release-notes-generator",
611
{

0 commit comments

Comments
 (0)