Skip to content

Commit

Permalink
Updates for GoReleaser v2
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Jun 21, 2024
1 parent 598ae59 commit a1a4841
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
archive:
wrap_in_directory: true
replacements:
darwin: Darwin
linux: Linux
386: i386
amd64: x86_64
files:
- CHANGELOG.md
- LICENSE-APACHE
- LICENSE-MIT
- README.md
version: 2
archives:
-
wrap_in_directory: true
files:
- CHANGELOG.md
- LICENSE-APACHE
- LICENSE-MIT
- README.md
checksum:
name_template: 'checksums.txt'
release:
Expand Down

0 comments on commit a1a4841

Please sign in to comment.