Skip to content

Commit

Permalink
chore: use conventialcommits in semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
janritter committed Nov 17, 2023
1 parent f77e05c commit 70eab9e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
"verifyConditions": [
"@semantic-release/github"
],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits"
}
]
],
"prepare": [
{
"path": "@semantic-release/changelog",
Expand Down

0 comments on commit 70eab9e

Please sign in to comment.