project_name: unbound-schemas 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 tap: owner: unboundsoftware name: homebrew-taps folder: Formula install: | bin.install "schemactl" commit_author: name: "Joakim Olsson" email: joakim@unbound.se homepage: "https://schemas.unbound.se/" archives: - id: unbound-schemas replacements: darwin: Darwin linux: Linux windows: Windows 386: i386 amd64: x86_64 checksum: name_template: 'checksums.txt' snapshot: name_template: "{{ .Tag }}-next" changelog: sort: asc filters: exclude: - '^Merge' - '^docs:' - '^test:'