We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7fd8e4 commit b9fea0eCopy full SHA for b9fea0e
.goreleaser.yml
@@ -5,6 +5,10 @@ before:
5
builds:
6
- env:
7
- CGO_ENABLED=0
8
+- ldflags:
9
+ - -X "github.com/suin/git-remind/app/cli.Name=git-remind"
10
+ -X "github.com/suin/git-remind/app/cli.Description=Never forget to git commit and push"
11
+ -X "github.com/suin/git-remind/app/cli.Version={{.Version}}"
12
archive:
13
replacements:
14
darwin: Darwin
0 commit comments