Skip to content

Commit

Permalink
Merge pull request #675 from axone-protocol/ci/fix-semantic-release-git
Browse files Browse the repository at this point in the history
ci(release): include Cargo.toml in release commit process
  • Loading branch information
ccamel authored Dec 13, 2024
2 parents 5c895a3 + 9ffd795 commit 6b637ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .releaserc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,8 @@ module.exports = {
{
assets: [
"CHANGELOG.md",
"contracts/*/Cargo.toml",
"packages/*/Cargo.toml",
"docs/**",
"Cargo.toml",
"Cargo.lock",
],
message: "chore(release): perform release ${nextRelease.version}",
Expand Down

0 comments on commit 6b637ba

Please sign in to comment.