Skip to content

Commit

Permalink
migrate goreleaser to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Aug 20, 2024
1 parent d5793e3 commit 4b0eec4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com/customization/builds/
version: 2
before:
hooks:
- go mod tidy
Expand Down Expand Up @@ -42,10 +43,13 @@ archives:
- README.md
- LICENSE
- CHANGELOG.md
format_overrides:
- goos: windows
format: zip
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
version_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
Expand Down

0 comments on commit 4b0eec4

Please sign in to comment.