48 lines
708 B
YAML
48 lines
708 B
YAML
project_name: unbound-schemas
|
|
version: 2
|
|
|
|
env:
|
|
- CGO_ENABLED=0
|
|
|
|
builds:
|
|
- id: schemactl
|
|
main: ./cmd/schemactl/schemactl.go
|
|
binary: schemactl
|
|
goos:
|
|
- linux
|
|
- darwin
|
|
- windows
|
|
goarch:
|
|
- amd64
|
|
- arm64
|
|
|
|
brews:
|
|
- name: unbound-schemas
|
|
repository:
|
|
owner: unboundsoftware
|
|
name: homebrew-taps
|
|
directory: Formula
|
|
install: |
|
|
bin.install "schemactl"
|
|
commit_author:
|
|
name: "Joakim Olsson"
|
|
email: joakim@unbound.se
|
|
homepage: "https://schemas.unbound.se/"
|
|
|
|
archives:
|
|
- id: unbound-schemas
|
|
|
|
checksum:
|
|
name_template: 'checksums.txt'
|
|
|
|
snapshot:
|
|
version_template: "{{ .Tag }}-next"
|
|
|
|
changelog:
|
|
sort: asc
|
|
filters:
|
|
exclude:
|
|
- '^Merge'
|
|
- '^docs:'
|
|
- '^test:'
|