Skip to content

Commit

Permalink
fix(release): add Cargo lockfile to semver bump commit assets
Browse files Browse the repository at this point in the history
  • Loading branch information
msfjarvis committed Jun 3, 2022
1 parent 223d007 commit a155c33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
{
"assets": [
"CHANGELOG.md",
"Cargo.toml"
"Cargo.toml",
"Cargo.lock"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}\n\n\nskip-checks: true"
}
Expand Down

0 comments on commit a155c33

Please sign in to comment.