Skip to content

Commit 0b7ba5f

Browse files
committed
chore(release): include conventional commit preset plugin
Add the conventional changelog preset plugin to the semantic-release action configuration so release notes generation uses the expected conventional-commits preset behavior. Made-with: Cursor
1 parent 4685661 commit 0b7ba5f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
extra_plugins: |
3131
@semantic-release/changelog
3232
@semantic-release/git
33+
conventional-changelog-conventionalcommits
3334
env:
3435
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3536

0 commit comments

Comments
 (0)