We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ccdfc4 commit 0440372Copy full SHA for 0440372
.goreleaser.yaml
@@ -12,6 +12,7 @@ builds:
12
mod_timestamp: "{{ .CommitTimestamp }}"
13
flags: ["-trimpath"]
14
targets: ["go_first_class"]
15
+ binary: g_c
16
17
changelog:
18
sort: asc
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/mrados7/go-git-commands/g_c
+module github.com/mrados7/go-git-commands
2
3
go 1.21.5
4
0 commit comments