Skip to content

Commit

Permalink
chore: update goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidramiro committed Oct 28, 2024
1 parent d7e5382 commit 554283a
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

project_name: streamobserver
before:
hooks:
Expand All @@ -11,25 +13,19 @@ builds:
- windows
- darwin
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
files:
- config.sample.yml
- streams.sample.yml
- files:
- config.sample.yml
- streams.sample.yml
format_overrides:
- goos: windows
format: zip
checksum:
name_template: 'checksums.txt'
name_template: "checksums.txt"
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- "^docs:"
- "^test:"

0 comments on commit 554283a

Please sign in to comment.