You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
VERSION = 6.0.0
1
+
VERSION = 6.0.1
2
2
3
3
PACKAGES := $(shell go list -f {{.Dir}} ./...)
4
4
GOFILES := $(addsuffix /*.go,$(PACKAGES))
@@ -8,6 +8,7 @@ GOFILES := $(wildcard $(GOFILES))
8
8
9
9
# go get -u github.com/github/hub
10
10
release: zip
11
+
git push
11
12
hub release delete $(VERSION)||true
12
13
hub release create $(VERSION) -m "$(VERSION)" -a release/tj_$(VERSION)_osx_x86_64.zip -a release/tj_$(VERSION)_windows_x86_64.zip -a release/tj_$(VERSION)_linux_x86_64.zip
0 commit comments