chore: sync lockfile during release

This commit is contained in:
Ogulcan Celik 2026-05-10 23:55:55 +03:00
parent dc994a0c5a
commit ad93ec69ab
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ release version:
fi
python3 scripts/changelog.py prepare --version {{version}}
sed -i.bak 's/^version = ".*"/version = "{{version}}"/' Cargo.toml && rm -f Cargo.toml.bak
cargo update -p herdr --offline
just check
git add CHANGELOG.md Cargo.toml Cargo.lock
git diff --cached --quiet || git commit -m "release: v{{version}}"