We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c4653 commit 8f488f9Copy full SHA for 8f488f9
.goreleaser.yml
@@ -10,7 +10,6 @@ builds:
10
ldflags:
11
- -s -w
12
- -X main.version={{.Version}}
13
- - -X main.revision={{.ShortCommit}}
14
env:
15
- CGO_ENABLED=0
16
archives:
main.go
@@ -20,8 +20,7 @@ const (
20
name = "tfnotify"
21
description = "Notify the execution result of terraform command"
22
23
- version = "unset"
24
- revision = "unset"
+ version = "unset"
25
)
26
27
type tfnotify struct {
0 commit comments