Skip to content

Commit

Permalink
Update .goreleaser.yml for v 0.149.0
Browse files Browse the repository at this point in the history
  • Loading branch information
muquit committed Dec 6, 2020
1 parent 0f03391 commit 456aa00
Showing 1 changed file with 38 additions and 39 deletions.
77 changes: 38 additions & 39 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
brew:
github:
brews:
- tap:
owner: muquit
name: mailsend-go
folder: Formula
Expand All @@ -21,41 +21,40 @@ builds:
goarch: 386
- goos: linux
goarch: 386
archive:
format: tar.gz
name_template: "{{ .ProjectName }}_{{ .Version}}_{{.Os}}-{{ .Arch }}"
replacements:
amd64: 64bit
386: 32bit
darwin: mac
linux: linux
windows: windows
arm: ARM
format_overrides:
- goos: windows
format: zip
files:
- docs/mailsend-go.1
- README.md
- LICENSE.txt
wrap_in_directory: mailsend-go-dir
nfpm:
name_template: "{{ .ProjectName }}_{{ .Version}}_{{.Os}}-{{ .Arch }}"
homepage: "https://muquit.com/"
description: "Command like tool to send email via SMTP protocol"
maintainer: "Muhammad Muquit <muquit@muquit.com>"
license: "MIT"
vendor: "muquit.com"
formats:
- deb
- rpm
replacements:
amd64: 64bit
linux: linux
arm: ARM
bindir: /usr/local/bin
files:
"docs/mailsend-go.1": "/usr/local/share/man/man1/mailsend-go.1"
"README.md": "/usr/local/share/docs/mailsend-go/README.md"
"LICENSE.txt": "/usr/local/share/docs/mailsend-go/LICENSE.txt"
archives:
- name_template: "{{ .ProjectName }}_{{ .Version}}_{{.Os}}-{{ .Arch }}"
replacements:
amd64: 64bit
386: 32bit
darwin: mac
linux: linux
windows: windows
arm: ARM
format_overrides:
- goos: windows
format: zip
files:
- docs/mailsend-go.1
- README.md
- LICENSE.txt
wrap_in_directory: mailsend-go-dir
nfpms:
- file_name_template: "{{ .ProjectName }}_{{ .Version}}_{{.Os}}-{{ .Arch }}"
homepage: "https://muquit.com/"
description: "Command like tool to send email via SMTP protocol"
maintainer: "Muhammad Muquit <muquit@muquit.com>"
license: "MIT"
vendor: "muquit.com"
formats:
- deb
- rpm
replacements:
amd64: 64bit
linux: linux
arm: ARM
bindir: /usr/local/bin
files:
"docs/mailsend-go.1": "/usr/local/share/man/man1/mailsend-go.1"
"README.md": "/usr/local/share/docs/mailsend-go/README.md"
"LICENSE.txt": "/usr/local/share/docs/mailsend-go/LICENSE.txt"

0 comments on commit 456aa00

Please sign in to comment.