Skip to content

Commit

Permalink
feat: add brew package manager to goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
WIttyJudge committed Dec 11, 2024
1 parent ea36472 commit a527da1
Showing 1 changed file with 33 additions and 7 deletions.
40 changes: 33 additions & 7 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1
version: 2

before:
hooks:
Expand Down Expand Up @@ -34,11 +34,37 @@ archives:
- goos: windows
format: zip

brews:
- tap:
owner: WittyJudge
name: homebrew-adless
folder: Formula
homepage: https://github.com/WIttyJudge/homebrew-adless
description: Local domains blocker written in Go
license: Apache License 2.0

# nfpms:
# - id: adless-packages
# file_name_template: >-
# {{ .ProjectName }}_
# {{- .Tag }}_
# {{- if eq .Arch "amd64" }}x86_64
# {{- else if eq .Arch "386" }}i386
# {{- else }}{{ .Arch }}{{ end }}
# homepage: https://github.com/WIttyJudge/adless
# description: Local domains blocker written in Go
# maintainer: WittyJudge
# license: Apache License 2.0
# vendor: adless
# formats:
# - deb
# - rpm

changelog:
filters:
include:
- "^fix"
- "^feat"
- "^build"
- "^ci"
- "^perf"
exclude:
- '^chore'
- '^docs'
- '^refactor'
- '^style'
- '^test'

0 comments on commit a527da1

Please sign in to comment.