Skip to content

Commit

Permalink
chore: Generate release notes from git log, not GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Aug 13, 2023
1 parent 3c72387 commit f0efc5c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .goreleaser.yaml
Expand Up @@ -110,7 +110,15 @@ archives:
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}-musl_{{ .Arch }}'

changelog:
use: github-native
groups:
- title: Features
regexp: '^feat'
order: 0
- title: Fixes
regexp: '^fix'
order: 1
- title: Other
order: 999

checksum:
extra_files:
Expand Down

0 comments on commit f0efc5c

Please sign in to comment.