Skip to content

Commit

Permalink
chore(release): include lockfile in committed files
Browse files Browse the repository at this point in the history
Signed-off-by: Eliza Weisman <[email protected]>
  • Loading branch information
hawkw committed Jun 21, 2022
1 parent 7504b88 commit 0ff9b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ path=$(crate_path "$crate")
cargo_toml="${path}/Cargo.toml"
changelog="${path}/CHANGELOG.md"

files=("$cargo_toml" "$changelog")
files=("$cargo_toml" "$changelog" "Cargo.lock")

is_uncommitted=''
for file in "${files[@]}"; do
Expand Down

0 comments on commit 0ff9b60

Please sign in to comment.