Skip to content

Commit da00cd5

Browse files
committed
chore(release): add conventional-commits plugin
The default (angular) only supports `BREAKING CHANGE` and not the `<type>!` syntax, which we'd prefer to use.
1 parent b0bf593 commit da00cd5

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
uses: cycjimmy/semantic-release-action@v4
3434
with:
3535
extra_plugins: |
36+
conventional-changelog-conventionalcommits
3637
@semantic-release/exec
3738
env:
3839
FORCE_COLOR: 1

.releaserc.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
plugins:
2-
- "@semantic-release/commit-analyzer"
3-
- "@semantic-release/release-notes-generator"
2+
- - "@semantic-release/commit-analyzer"
3+
- preset: "conventionalcommits"
4+
- - "@semantic-release/release-notes-generator"
5+
- preset: "conventionalcommits"
46
- - "@semantic-release/github"
57
- assets: "downgrade-*.tar.gz"
68
successCommentCondition: false

0 commit comments

Comments
 (0)