There was an error while loading. Please reload this page.
1 parent aba9046 commit 115fd7cCopy full SHA for 115fd7c
2 files changed
.github/workflows/release.yml
@@ -41,8 +41,11 @@ jobs:
41
# https://github.com/semantic-release/commit-analyzer/issues/65
42
# https://github.com/romap0/semantic-release-unsquash/issues/7
43
extra_plugins: |
44
+ @semantic-release/commit-analyzer@latest
45
+ @semantic-release/release-notes-generator@latest
46
@semantic-release/changelog@latest
47
@semantic-release/git@latest
48
+ @semantic-release/github@latest
49
conventional-changelog-conventionalcommits@latest
50
env:
51
# Use the token with bypass permissions
.releaserc.json
@@ -7,6 +7,8 @@
7
}
8
],
9
"plugins": [
10
+ "@semantic-release/commit-analyzer",
11
+ "@semantic-release/release-notes-generator",
12
[
13
"@semantic-release/changelog",
14
{
0 commit comments