Update release makefile
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
set -e -x
|
||||
cargo-set-version set-version --bump patch
|
||||
VERSION="$(awk -F\" '/^version/ {print $2}' server/Cargo.toml)"
|
||||
git commit */Cargo.toml -m "Bumping version to ${VERSION:?}"
|
||||
git commit Cargo.lock */Cargo.toml -m "Bumping version to ${VERSION:?}"
|
||||
|
||||
Reference in New Issue
Block a user