summaryrefslogtreecommitdiffstats
path: root/release.Makefile
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-07-11 13:17:11 -0400
committerDan Davison <dandavison7@gmail.com>2020-07-11 13:17:11 -0400
commit8e00bfdfb76fa18368873991de7af61795f6b3c9 (patch)
tree26aaa17e0e4024c3b8e46e5d8978e7e5820a3b2c /release.Makefile
parent876b7b8b549b5352426084dcba4823a418575a6e (diff)
release.Makefile: no error if bump-version has nothing to commit
Diffstat (limited to 'release.Makefile')
-rw-r--r--release.Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.Makefile b/release.Makefile
index ec87e093..a7792cc8 100644
--- a/release.Makefile
+++ b/release.Makefile
@@ -32,7 +32,7 @@ $(BUMP_VERSION_SENTINEL):
make build
make test
git add Cargo.toml Cargo.lock
- git commit -m "Bump version"
+ git commit -m "Bump version" || true
touch $(BUMP_VERSION_SENTINEL)