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 7d4ba5b commit 769ac1cCopy full SHA for 769ac1c
.goreleaser.yml
@@ -15,9 +15,9 @@ builds:
15
post:
16
- upx "{{ .Path }}"
17
ldflags:
18
- - -X github.com/linuxsuren/cgit/app.version={{.Version}}
19
- - -X github.com/linuxsuren/cgit/app.commit={{.ShortCommit}}
20
- - -X github.com/linuxsuren/cgit/app.date={{.Date}}
+ - -X github.com/linuxsuren/cobra-extension/version.version={{.Version}}
+ - -X github.com/linuxsuren/cobra-extension/version.commit={{.ShortCommit}}
+ - -X github.com/linuxsuren/cobra-extension/version.date={{.Date}}
21
- -w
22
dist: release
23
archives:
0 commit comments