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 ae8ce7f commit f000257Copy full SHA for f000257
.github/workflows/ci.yml
@@ -77,8 +77,6 @@ jobs:
77
- name: Install semantic-release
78
run: |
79
npm install -g semantic-release@24 \
80
- @semantic-release/git@10 \
81
- @semantic-release/changelog@6 \
82
conventional-changelog-conventionalcommits@8
83
84
- name: Release
.releaserc.json
@@ -32,13 +32,6 @@
32
]
33
}
34
}],
35
- ["@semantic-release/changelog", {
36
- "changelogFile": "CHANGELOG.md"
37
- }],
38
- ["@semantic-release/github"],
39
- ["@semantic-release/git", {
40
- "assets": ["CHANGELOG.md"],
41
- "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
42
- }]
+ ["@semantic-release/github"]
43
44
0 commit comments