Skip to content

Commit

Permalink
Update GoReleaser configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
osery committed Apr 12, 2023
1 parent cecae1c commit fcd422d
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
before:
hooks:
# You may remove this if you don't use go modules.
- go mod tidy
# you may remove this if you don't need go generate
- go generate ./...
builds:
- env:
Expand All @@ -18,21 +14,14 @@ builds:
- arm64
main: ./cmd/gonvif
binary: gonvif
mod_timestamp: '{{ .CommitTimestamp }}'
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
mod_timestamp: "{{ .CommitTimestamp }}"
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 fcd422d

Please sign in to comment.