summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/release.Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/release.Makefile b/etc/release.Makefile
index 79cb8d2e..012c77fa 100644
--- a/etc/release.Makefile
+++ b/etc/release.Makefile
@@ -28,8 +28,6 @@ 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
- make build
- make test
git add Cargo.toml Cargo.lock
git commit -m "Bump version" || true
touch $(BUMP_VERSION_SENTINEL)