summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Grebenshchikov <sgreben@gmail.com>2018-03-30 16:30:15 +0200
committerSergey Grebenshchikov <sgreben@gmail.com>2018-03-30 16:30:15 +0200
commit66e1b1b601378d971dc9b09103d53f5bd4ef90be (patch)
tree336519f5f98d66666f294e9fb01031b5baaae32e
parent61ffbe76bfa0c0da158011e1efa48677381b3a89 (diff)
Update README.md1.1.7
-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)"