Skip to content

Commit

Permalink
ci: update release templates
Browse files Browse the repository at this point in the history
  • Loading branch information
graytonio committed May 29, 2024
1 parent f0ff79b commit 929031f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,22 @@ snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc

filters:
exclude:
- '^docs:'
- '^test:'
- '^ci:'

groups:
- title: New Features
regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'
order: 0
- title: "Bug fixes"
regexp: '^.*?bug(\([[:word:]]+\))??!?:.+$'
order: 1
- title: Other
order: 999

# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj

0 comments on commit 929031f

Please sign in to comment.