summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 398e03e..251af87 100644
--- a/Makefile
+++ b/Makefile
@@ -16,10 +16,10 @@ release-ci: README.md zip
release: README.md
git reset
git add README.md
- git commit -am "Update README.md"
+ git commit -am "Update README.md" || true
git reset
git add Makefile
- git commit -am "Update Makefile"
+ git commit -am "Update Makefile" || true
git tag "$(VERSION)"
git push
git push origin "$(VERSION)"