Skip to content

Commit

Permalink
ci(release): include Cargo.toml in release commit process
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Dec 13, 2024
1 parent 5c895a3 commit 9ffd795
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 9ffd795

Please sign in to comment.