Skip to content

Commit

Permalink
Adopt .goreleaser.yml for latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Schulz authored and dominikschulz committed Mar 28, 2018
1 parent 6ef61ae commit ba209f0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,14 @@ archive:
- bash.completion
- fish.completion
- zsh.completion
wrap_in_directory: true
release:
github:
owner: justwatchcom
name: gopass
draft: false
name_template: '{{ .Version }} / {{ time "2006-01-02" }}'
body_template: '{{ .ReleaseNotes }}'
brew:
github:
owner: justwatchcom
Expand Down Expand Up @@ -80,15 +83,14 @@ brew:
zsh_completion.install "zsh_completion.zsh"
test: |
assert_match version.to_s, shell_output("#{bin}/gopass version")
fpm:
nfpm:
vendor: JustWatch
homepage: "https://www.justwatch.com/gopass/"
maintainer: "Gopass Authors <gopass@justwatch.com>"
license: MIT
formats:
- deb
- rpm
- pacman
dependencies:
- git
- gnupg2
Expand All @@ -103,7 +105,11 @@ source:
- "*/releases/*"
- "*/dist/*"
checksum:
name_template: "{{.Binary}}_{{.Version}}_SHA256SUMS"
name_template: "{{.ProjectName}}_{{.Version}}_SHA256SUMS"
sign:
artifacts: checksum
changelog:
extract: CHANGELOG.md
cleanup:
hooks:
- make clean

0 comments on commit ba209f0

Please sign in to comment.