Skip to content

Commit

Permalink
ci: use GitHub's native changelog generator
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Nov 11, 2024
1 parent d764b97 commit f931535
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,10 @@ checksum:
snapshot:
version_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
- "^ci:"
- "^build:"
- "^chore:"
- "^Merge"
use: github-native
release:
prerelease: auto
draft: true
env:
- CGO_ENABLED=0
builds:
Expand Down

0 comments on commit f931535

Please sign in to comment.