Skip to content

Commit 5204de5

Browse files
committed
fix: Correctly track Cargo.lock changes
1 parent 46aec24 commit 5204de5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.scripts/release_boil.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if git diff-index --quiet HEAD --; then
5656
exit 1
5757
fi
5858

59-
git add rust/boil/CHANGELOG.md rust/boil/Cargo.*
59+
git add rust/boil/CHANGELOG.md rust/boil/Cargo.* Cargo.lock
6060
git commit --message "chore(boil): Release $CLEANED_BUMPED_VERSION" --no-verify --gpg-sign
6161

6262
echo "Pushing changes and raising PR"

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)