Skip to content

Commit

Permalink
Better GoReleaser config
Browse files Browse the repository at this point in the history
Don't sort commits alphabetically...

Also remove parts we don't need
  • Loading branch information
fleaz committed Dec 12, 2021
1 parent 4ef4305 commit 80f3aae
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,9 @@ builds:
- arm64

archives:
- replacements:
linux: Linux
amd64: x86_64
files:
- files:
- LICENSE
- cpthook.yml.example

checksum:
name_template: "checksums.txt"

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

changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test_data:"

0 comments on commit 80f3aae

Please sign in to comment.