summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e78cb10..12d5c54 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 1.1.6
+VERSION = 1.1.7
APP := jp
PACKAGES := $(shell go list -f {{.Dir}} ./...)
@@ -13,7 +13,13 @@ clean:
release-ci: README.md zip
-release:
+release: README.md
+ git reset
+ git add README.md
+ git commit -am "Update README.md"
+ git reset
+ git add Makefile
+ git commit -am "Update Makefile"
git tag "$(VERSION)"
git push origin "$(VERSION)"