We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e2b6a commit 6b5b634Copy full SHA for 6b5b634
1 file changed
Makefile
@@ -1,4 +1,4 @@
1
-TAG?=1.7.1
+TAG?=2.0.0
2
VERSION := $(shell echo `git describe --tags --long --match=*.*.* --dirty` | sed s/version-//g)
3
4
PKG=github.com/cloudtools/ssh-cert-authority
@@ -24,6 +24,8 @@ ssh-cert-authority-darwin-amd64:
24
ssh-cert-authority-darwin-amd64.gz: ssh-cert-authority-darwin-amd64
25
gzip -f ssh-cert-authority-darwin-amd64
26
27
+release: ssh-cert-authority-darwin-amd64.gz ssh-cert-authority-linux-amd64.gz
28
+
29
test:
30
@go test ./...
31
0 commit comments