Skip to content

Commit

Permalink
goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
o-fl0w committed Nov 22, 2023
1 parent e834aaf commit 06d3f26
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ builds:
- windows_amd64
- darwin_amd64
- darwin_arm64
checksum:
disable: true
changelog:
skip: true
archives:
- format: tar.gz
format_overrides:
- goos: windows
format: zip
release:
mode: append
mode: keep-existing

0 comments on commit 06d3f26

Please sign in to comment.