Skip to content

Commit 6b637ba

Browse files
authored
Merge pull request #675 from axone-protocol/ci/fix-semantic-release-git
ci(release): include Cargo.toml in release commit process
2 parents 5c895a3 + 9ffd795 commit 6b637ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.releaserc.cjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,8 @@ module.exports = {
106106
{
107107
assets: [
108108
"CHANGELOG.md",
109-
"contracts/*/Cargo.toml",
110-
"packages/*/Cargo.toml",
111109
"docs/**",
110+
"Cargo.toml",
112111
"Cargo.lock",
113112
],
114113
message: "chore(release): perform release ${nextRelease.version}",

0 commit comments

Comments
 (0)