Skip to content

Commit

Permalink
goreleaser update: artifacts no longer have version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
neilotoole committed Jan 3, 2021
1 parent 2831ae0 commit 263b685
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,23 @@ builds:
archives:
-
builds: ['build_macos', 'build_linux', 'build_windows']
name_template: "{{.ProjectName}}-{{.Version}}-{{.Os}}-{{.Arch}}"
name_template: "{{.ProjectName}}-{{.Os}}-{{.Arch}}"
format: tar.gz
files:
- README.md
- LICENSE
replacements:
darwin: macOS
darwin: macos
format_overrides:
- goos: windows
format: zip


checksum:
name_template: "{{.ProjectName}}-{{.Version}}-checksums.txt"
name_template: "{{.ProjectName}}-checksums.txt"

snapshot:
name_template: "{{ .Version }}-snapshot"
name_template: "snapshot"

changelog:
skip: true
Expand Down Expand Up @@ -142,7 +142,7 @@ scoop:
nfpms:
-
builds: ['build_linux']
file_name_template: "{{.ProjectName}}-{{.Version}}-{{.Os}}-{{.Arch}}"
file_name_template: "{{.ProjectName}}-{{.Os}}-{{.Arch}}"
homepage: https://sq.io
description: sq is a swiss army knife for data
maintainer: Neil O'Toole <neilotoole@apache.org>
Expand All @@ -167,7 +167,7 @@ snapcrafts:
# The name of the snap should be "sq"; we need to register that.
name: neilotoole-sq

name_template: "neilotoole-sq-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
name_template: "neilotoole-sq-{{ .Os }}-{{ .Arch }}"
summary: "sq is a swiss army knife for data"
description: |
sq is a swiss army knife for data
Expand Down

0 comments on commit 263b685

Please sign in to comment.