Skip to content

Commit

Permalink
upgraded goreleaser file to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianrudnik committed Apr 25, 2020
1 parent 5ed2a28 commit d596281
Showing 1 changed file with 29 additions and 26 deletions.
55 changes: 29 additions & 26 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,40 +20,43 @@ builds:
- 386
- amd64

archive:
replacements:
darwin: darwin
linux: linux
windows: windows
386: i386
amd64: amd64
format_overrides:
- goos: windows
format: zip
archives:
-
replacements:
darwin: darwin
linux: linux
windows: windows
386: i386
amd64: amd64
format_overrides:
- goos: windows
format: zip

checksum:
name_template: 'checksums.txt'

snapshot:
name_template: "{{ .Tag }}-next"

snapcraft:
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
replacements:
amd64: 64-bit
386: 32-bit
darwin: macOS
linux: Tux
publish: true
summary: Go based cmd tool for URI escaping, parsing and extraction.
description: Go based command line tool for URI escaping/encoding, unescaping/decoding and parsing parts of the URI.
grade: stable
confinement: strict
snapcrafts:
-
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
replacements:
amd64: 64-bit
386: 32-bit
darwin: macOS
linux: Tux
publish: true
summary: Go based cmd tool for URI escaping, parsing and extraction.
description: Go based command line tool for URI escaping/encoding, unescaping/decoding and parsing parts of the URI.
grade: stable
confinement: strict

sign:
artifacts: checksum
cmd: gpg
args: ["-u", "A6349E78C6E207654029D63D684AF415E326EE40", "--output", "${signature}", "--detach-sign", "${artifact}"]
signs:
-
artifacts: checksum
cmd: gpg
args: ["-u", "A6349E78C6E207654029D63D684AF415E326EE40", "--output", "${signature}", "--detach-sign", "${artifact}"]

changelog:
sort: asc
Expand Down

0 comments on commit d596281

Please sign in to comment.