Skip to content

Commit

Permalink
release extra files for notarized binaries [#23]
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Nov 14, 2022
1 parent b8c52a0 commit d02a36c
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,25 +39,31 @@ builds:
- mv dist/pmtiles-darwin-arm64.zip dist/go-pmtiles-{{ .Version }}_Darwin_arm64.zip

archives:
- replacements:
darwin: Darwin
- id: default
builds:
- go-pmtiles
replacements:
linux: Linux
windows: Windows
amd64: x86_64
format_overrides:
- goos: windows
format: zip
- goos: darwin
format: zip

checksum:
disable: true

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

changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'

release:
extra_files:
- glob: ./dist/*_Darwin_arm64.zip
- glob: ./dist/*_Darwin_x86_64.zip

0 comments on commit d02a36c

Please sign in to comment.