feat: initial commit

This commit is contained in:
2022-10-09 15:23:52 +02:00
commit a1b4d4fc27
39 changed files with 5810 additions and 0 deletions
+52
View File
@@ -0,0 +1,52 @@
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:'