Skip to content

Commit

Permalink
fix: Fix broken settings in the latest version of goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
tsub committed Nov 13, 2021
1 parent 1cf289a commit 44033a7
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ builds:
ldflags:
- -s -w -X github.com/tsub/s3-edit/cmd.Version={{.Version}}

archive:
replacements:
darwin: darwin
linux: linux
386: 386
amd64: amd64
archives:
- replacements:
darwin: darwin
linux: linux
386: "386"
amd64: amd64

checksum:
name_template: 'SHASUMS'
Expand All @@ -24,14 +24,14 @@ changelog:
- '^docs:'
- '^test:'

brew:
github:
owner: tsub
name: homebrew-s3-edit
commit_author:
name: goreleaserbot
email: [email protected]
description: "Edit directly a file on Amazon S3 in CLI"
homepage: "https://github.com/tsub/s3-edit"
install: |
bin.install 's3-edit'
brews:
- tap:
owner: tsub
name: homebrew-s3-edit
commit_author:
name: goreleaserbot
email: [email protected]
description: "Edit directly a file on Amazon S3 in CLI"
homepage: "https://github.com/tsub/s3-edit"
install: |
bin.install 's3-edit'

0 comments on commit 44033a7

Please sign in to comment.