mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-22 15:16:40 +11:00
Also include lock files when releasing
This commit is contained in:
parent
6abf970d35
commit
7d3c776dcb
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ sed -i -e "s/^version = \".*\"/version = \"$VERSION\"/" "$DIRECTORY/Cargo.toml"
|
|||
|
||||
# Also update the lock file
|
||||
(cd "$DIRECTORY" && cargo update)
|
||||
git add "$DIRECTORY/Cargo.toml"
|
||||
git add "$DIRECTORY/Cargo.toml" "$DIRECTORY/Cargo.lock"
|
||||
|
||||
if [ "$PROJECT" = "agb" ]; then
|
||||
# also update the agb version in the template
|
||||
|
|
Loading…
Add table
Reference in a new issue