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 5e705b9 commit 415c8a1Copy full SHA for 415c8a1
.gitignore
@@ -15,3 +15,4 @@
15
# vendor/
16
coverage.txt
17
codegpt
18
+dist
.goreleaser.yaml
@@ -58,7 +58,9 @@ builds:
58
flags:
59
- -trimpath
60
ldflags:
61
- - -s -w -X 'github.com/appleboy/CodeGPT/cmd.Version={{ GORELEASER_CURRENT_TAG }}' -X 'github.com/appleboy/CodeGPT/cmd.Commit=$(COMMIT)'
+ - -s -w
62
+ - -X github.com/appleboy/CodeGPT/cmd.Version={{.Version}}
63
+ - -X github.com/appleboy/CodeGPT/cmd.Commit={{.ShortCommit}}
64
binary: >-
65
{{ .ProjectName }}-
66
{{- if .IsSnapshot }}{{ .Branch }}-
0 commit comments