Skip to content

Commit

Permalink
fix release name
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoh86 committed Apr 19, 2020
1 parent 9712d60 commit 4dff70d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
project_name: looppointer
project_name: exportloopref
release:
github:
owner: kyoh86
name: looppointer
name: exportloopref
brews:
- install: |
bin.install "looppointer"
bin.install "exportloopref"
github:
owner: kyoh86
name: homebrew-tap
folder: Formula
homepage: https://github.com/kyoh86/looppointer
description: An analyzer that checks for pointers to enclosing loop variables.
homepage: https://github.com/kyoh86/exportloopref
description: An analyzer that finds exporting pointers for loop variables.
builds:
- goos:
- linux
Expand All @@ -22,7 +22,7 @@ builds:
- "386"
main: ./cmd/exportloopref
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
binary: looppointer
binary: exportloopref
archives:
- id: gzip
format: tar.gz
Expand All @@ -39,6 +39,5 @@ archives:
- README*
- changelog*
- CHANGELOG*
- looppointer.1
snapshot:
name_template: SNAPSHOT-{{ .Commit }}

0 comments on commit 4dff70d

Please sign in to comment.