Skip to content

Commit 4a57f2a

Browse files
committed
move main to cmd/commit/main.go
1 parent 0440372 commit 4a57f2a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.goreleaser.yaml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ builds:
1212
mod_timestamp: "{{ .CommitTimestamp }}"
1313
flags: ["-trimpath"]
1414
targets: ["go_first_class"]
15-
binary: g_c
15+
binary: commit
16+
main: ./cmd/commit
1617

1718
changelog:
1819
sort: asc
@@ -36,6 +37,18 @@ changelog:
3637
- title: Other work
3738
order: 999
3839

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+
3952
release:
4053
footer: |
4154
File renamed without changes.

0 commit comments

Comments
 (0)