Skip to content

Commit 4dff70d

Browse files
committed
fix release name
1 parent 9712d60 commit 4dff70d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.goreleaser.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
project_name: looppointer
1+
project_name: exportloopref
22
release:
33
github:
44
owner: kyoh86
5-
name: looppointer
5+
name: exportloopref
66
brews:
77
- install: |
8-
bin.install "looppointer"
8+
bin.install "exportloopref"
99
github:
1010
owner: kyoh86
1111
name: homebrew-tap
1212
folder: Formula
13-
homepage: https://github.com/kyoh86/looppointer
14-
description: An analyzer that checks for pointers to enclosing loop variables.
13+
homepage: https://github.com/kyoh86/exportloopref
14+
description: An analyzer that finds exporting pointers for loop variables.
1515
builds:
1616
- goos:
1717
- linux
@@ -22,7 +22,7 @@ builds:
2222
- "386"
2323
main: ./cmd/exportloopref
2424
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
25-
binary: looppointer
25+
binary: exportloopref
2626
archives:
2727
- id: gzip
2828
format: tar.gz
@@ -39,6 +39,5 @@ archives:
3939
- README*
4040
- changelog*
4141
- CHANGELOG*
42-
- looppointer.1
4342
snapshot:
4443
name_template: SNAPSHOT-{{ .Commit }}

0 commit comments

Comments
 (0)