Skip to content

Commit 28c2d7f

Browse files
committed
I'm dumb: Bump commitbot to 0.2.0 and adjust release commit
## Dependencies - Bumped commitbot crate version in Cargo.lock from 0.1.0 to 0.2.0. ## Release / DevOps - Updated devops/release.sh to commit Cargo.lock alongside Cargo.toml when changes exist, ensuring lockfile changes are captured in the release commit.
1 parent 5729fb7 commit 28c2d7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.

devops/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ rm -f "$CARGO_BAK"
142142
if git diff --quiet -- Cargo.toml; then
143143
echo "Warning: Cargo.toml did not change; nothing to commit."
144144
else
145-
git commit Cargo.toml -m "$NEW_VERSION"
145+
git commit Cargo.toml Cargo.lock -m "$NEW_VERSION"
146146
fi
147147

148148
HASH=$(git rev-parse HEAD)

0 commit comments

Comments
 (0)