We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bf593 commit da00cd5Copy full SHA for da00cd5
2 files changed
.github/workflows/release.yml
@@ -33,6 +33,7 @@ jobs:
33
uses: cycjimmy/semantic-release-action@v4
34
with:
35
extra_plugins: |
36
+ conventional-changelog-conventionalcommits
37
@semantic-release/exec
38
env:
39
FORCE_COLOR: 1
.releaserc.yaml
@@ -1,6 +1,8 @@
1
plugins:
2
- - "@semantic-release/commit-analyzer"
3
- - "@semantic-release/release-notes-generator"
+ - - "@semantic-release/commit-analyzer"
+ - preset: "conventionalcommits"
4
+ - - "@semantic-release/release-notes-generator"
5
6
- - "@semantic-release/github"
7
- assets: "downgrade-*.tar.gz"
8
successCommentCondition: false
0 commit comments