Skip to content

Commit

Permalink
further attempts to configure go releaser (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h committed Dec 3, 2023
1 parent c61a15f commit 4cb85fa
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
21 changes: 21 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,27 @@ changelog:
exclude:
- '^docs:'
- '^test:'
- "^chore"
- "merge conflict"
- Merge pull request
- Merge remote-tracking branch
- Merge branch
- go mod tidy
groups:
- title: "New Features"
regexp: '^feat:.*'
order: 100
- title: "Bug fixes"
regexp: '^fix:.*'
order: 200
- title: "Documentation updates"
regexp: '^docs:.*'
order: 400
- title: "Build process updates"
regexp: 'build:.*'
order: 400
- title: Other work
order: 9999
brews:
- repository:
owner: retr0h
Expand Down

0 comments on commit 4cb85fa

Please sign in to comment.