build(goreleaser): enabling macos build, ignoring chore commits

This commit is contained in:
Marvin Preuss 2021-11-19 10:22:28 +01:00
parent de76efa1b5
commit af8e9d1fb1

View File

@ -17,13 +17,13 @@ builds:
goarch: goarch:
- amd64 - amd64
- arm64 - arm64
- 386 - "386"
- arm - arm
goarm: goarm:
- 5 - "5"
- 6 - "6"
- 7 - "7"
checksum: checksum:
name_template: "checksums.txt" name_template: "checksums.txt"
@ -45,6 +45,7 @@ changelog:
- "happy linting" - "happy linting"
- "prepares release" - "prepares release"
- "first commit" - "first commit"
- "^chore"
release: release:
github: github:
@ -56,10 +57,10 @@ archives:
replacements: replacements:
darwin: macos darwin: macos
# - format: binary - format: binary
# id: binary-archive id: binary-archive
# replacements: replacements:
# darwin: macos darwin: macos
dockers: dockers:
- dockerfile: build/package/docker/Dockerfile - dockerfile: build/package/docker/Dockerfile