Skip to content

Commit

Permalink
Unify .goreleaser.yml configuration
Browse files Browse the repository at this point in the history
Use the same general `.goreleaser.yml` configuration in homeport.
  • Loading branch information
HeavyWombat committed Aug 2, 2024
1 parent f6fccc8 commit dddb1a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ builds:
- linux
- darwin
goarch:
- arm64
- amd64
- arm64
main: ./cmd/yft/main.go
flags:
- -trimpath
Expand All @@ -27,12 +27,12 @@ release:
name_template: "{{.ProjectName}} release v{{.Version}}"

changelog:
disable: true
sort: ""
disable: false
use: github
filters:
exclude:
- '^docs:'
- '^test:'
- "Merge pull request"
- "dependabot"

brews:
- repository:
Expand Down

0 comments on commit dddb1a3

Please sign in to comment.