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 a351767 commit 2c0f749Copy full SHA for 2c0f749
.github/workflows/ci.yml
@@ -196,6 +196,7 @@ jobs:
196
@semantic-release/git@latest \
197
@semantic-release/changelog@latest \
198
@semantic-release/exec@latest \
199
+ @semantic-release-cargo/semantic-release-cargo \
200
conventional-changelog-conventionalcommits@latest
201
202
- name: Semantic Release
.releaserc.json
@@ -1,6 +1,9 @@
1
{
2
"branches": ["main"],
3
"plugins": [
4
+ [
5
+ "@semantic-release-cargo/semantic-release-cargo"
6
+ ],
7
[
8
"@semantic-release/commit-analyzer",
9
0 commit comments