Skip to content

Commit 4ed8b96

Browse files
authored
Merge pull request #4 from Jxtopher/fix-trigger-release
feat: when release commit the change version in Cargo
2 parents 4136a9f + 799d589 commit 4ed8b96

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.releaserc.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@
1212
"publishCmd": "cargo publish --dry-run"
1313
}
1414
],
15+
[
16+
"@semantic-release/git",
17+
{
18+
"assets": [
19+
"Cargo.toml",
20+
"Cargo.lock"
21+
],
22+
"message": "chore(release): ${nextRelease.version} [skip ci]"
23+
}
24+
],
1525
"@semantic-release/github"
1626
]
1727
}

0 commit comments

Comments
 (0)