We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d474f8d commit 46873e1Copy full SHA for 46873e1
.goreleaser.yml
@@ -0,0 +1,4 @@
1
+builds:
2
+ - ldflags:
3
+ - -X github.com/elastic/elastic-package/internal/version.CommitHash={{.ShortCommit}}
4
+ - -X github.com/elastic/elastic-package/internal/version.BuildTime={{.Timestamp}}
0 commit comments