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 bddd849 commit b19dedfCopy full SHA for b19dedf
.github/workflows/release.yml
@@ -21,7 +21,6 @@ jobs:
21
with:
22
semantic_version: 18
23
extra_plugins: |
24
- @semantic-release/commit-analyzer
25
@semantic-release/release-notes-generator
26
@semantic-release/github
27
env:
.releaserc
@@ -3,9 +3,6 @@
3
"main"
4
],
5
"plugins": [
6
- ["@semantic-release/commit-analyzer", {
7
- "preset": "conventionalcommits"
8
- }],
9
"@semantic-release/release-notes-generator",
10
"@semantic-release/github"
11
]
0 commit comments