We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7a138 commit 9ea14f0Copy full SHA for 9ea14f0
.goreleaser.yml
@@ -5,6 +5,8 @@ before:
5
builds:
6
- env:
7
- CGO_ENABLED=0
8
+ ldflags:
9
+ - -X github.com/commitdev/zero/cmd.appVersion={{.Version}} -X github.com/commitdev/zero/cmd.appBuild={{.ShortCommit}}
10
archives:
11
- replacements:
12
darwin: Darwin
@@ -34,8 +36,14 @@ brews:
34
36
description: "Allow startup developers to ship to production on day 1."
35
37
dependencies:
38
- name: git
39
+ type: optional
40
- name: terraform
41
42
- name: jq
43
44
- name: awscli
45
46
+ - name: kubectl
47
48
test: |
49
system "#{bin}/zero version"
0 commit comments