Skip to content

Commit

Permalink
ci: add conventional commit preset (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
frtibble authored May 23, 2024
1 parent a9ce0bd commit 5be92b5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

permissions:
contents: write
pull-requests: write

name: create-release

Expand All @@ -26,7 +27,12 @@ jobs:
['conventional-changelog-conventionalcommits@7']
plugins: |
[
'@semantic-release/commit-analyzer',
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
[
"@semantic-release/release-notes-generator",
{
Expand Down

0 comments on commit 5be92b5

Please sign in to comment.