We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4a78f commit 3e3629bCopy full SHA for 3e3629b
.goreleaser.yml
@@ -54,7 +54,7 @@ brews:
54
folder: Formula
55
dependencies:
56
- name: kubectl
57
- - name: vault
+ - name: hashicorp/tap/vault
58
- name: sshuttle
59
test: |
60
system "bin/truss", "help"
Makefile
@@ -1,4 +1,4 @@
1
-VERSION = v0.3.7
+VERSION = v0.3.8
2
3
release:
4
git tag -a ${VERSION} -m ${VERSION}
0 commit comments