chore: sync lockfile during release
This commit is contained in:
parent
dc994a0c5a
commit
ad93ec69ab
1
justfile
1
justfile
|
|
@ -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}}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue