Skip to content

Commit

Permalink
remove depracated goreleaser config
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
  • Loading branch information
marcosnils committed Oct 2, 2023
1 parent 10be63c commit 4aaa173
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ build:
- darwin
- linux
- windows
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format: binary

This comment has been minimized.

Copy link
@mbevc1

mbevc1 Oct 3, 2023

Contributor

I think only replacements are deprecated here. Should we retain binary format as this changes the behaviour and more is shipped now, not just binaries. By default globs: Default: [ 'LICENSE*', 'README*', 'CHANGELOG', 'license*', 'readme*', 'changelog'] # Templates: allowed

This comment has been minimized.

Copy link
@marcosnils

marcosnils Oct 3, 2023

Author Owner

good catch marko. I'll bring that one back.

This comment has been minimized.

Copy link
@mbevc1

mbevc1 Oct 3, 2023

Contributor

Cheers mate!

checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 4aaa173

Please sign in to comment.