We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0440372 commit 4a57f2aCopy full SHA for 4a57f2a
.goreleaser.yaml
@@ -12,7 +12,8 @@ builds:
12
mod_timestamp: "{{ .CommitTimestamp }}"
13
flags: ["-trimpath"]
14
targets: ["go_first_class"]
15
- binary: g_c
+ binary: commit
16
+ main: ./cmd/commit
17
18
changelog:
19
sort: asc
@@ -36,6 +37,18 @@ changelog:
36
37
- title: Other work
38
order: 999
39
40
+#brews:
41
+# - name: ctm
42
+# description: JSON Log Viewer tool.
43
+# license: MIT
44
+# homepage: https://github.com/hedhyw/homebrews
45
+# tap:
46
+# owner: mrados7
47
+# name: homebrew-main
48
+# test: system "#{bin}/jlv", "-help"
49
+# install: |-
50
+# bin.install "jlv"
51
+
52
release:
53
footer: |
54
main.go renamed to cmd/commit/main.go
0 commit comments