summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-11-27 08:37:29 -0500
committerDan Davison <dandavison7@gmail.com>2021-11-27 08:39:08 -0500
commit4c23aaf5c381b77e3fbdadefa0e2b3a1e7d834fa (patch)
tree96e053ab333d6ef7708d40d99cad71b1ac55c913
parent7d2ac303573a444ec3e98657bd0bd6d11f562b21 (diff)
Don't build and test in release Make target
-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)