Skip to content

Commit

Permalink
ci: use conventionalcommits preset
Browse files Browse the repository at this point in the history
  • Loading branch information
sparten11740 committed Nov 8, 2023
1 parent 2749f8b commit 392a1f1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"branches": ["main"],
"plugins": [
"@semantic-release/commit-analyzer",
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release-cargo/semantic-release-cargo",
Expand All @@ -13,4 +18,4 @@
],
"@semantic-release/github"
]
}
}

0 comments on commit 392a1f1

Please sign in to comment.