summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2023-06-02 19:08:43 -0400
committerDan Davison <dandavison7@gmail.com>2023-06-02 19:08:43 -0400
commit4597dc4c6bc5b82cca3263dc0f1ce07711e6ca32 (patch)
tree5453d840b4f432aa9f9df46cc4ed67d3b65db93c /etc
parenteebddddb0a8c41f1225d9cd9a50d70128642623f (diff)
Bump versions0.16.2
Diffstat (limited to 'etc')
-rw-r--r--etc/release.Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/release.Makefile b/etc/release.Makefile
index 747160e1..3ed0b2b3 100644
--- a/etc/release.Makefile
+++ b/etc/release.Makefile
@@ -28,6 +28,7 @@ bump-version: $(BUMP_VERSION_SENTINEL)
$(BUMP_VERSION_SENTINEL):
@echo Bumping version in Cargo.toml
sed -i -E "s,^version = \"$$DELTA_OLD_VERSION\",version = \"$$DELTA_NEW_VERSION\",g" Cargo.toml
+ cargo build --release
git add Cargo.toml Cargo.lock
git commit -m "Bump version" || true
touch $(BUMP_VERSION_SENTINEL)