Skip to content

Commit 339aedb

Browse files
committed
Let GitHub itself generate the release notes
1 parent 4195a1f commit 339aedb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.goreleaser.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@ checksum:
2525
snapshot:
2626
version_template: '{{ .Tag }}-snapshot-{{ .ShortCommit }}'
2727
changelog:
28-
sort: asc
29-
filters:
30-
exclude:
31-
- '^docs:'
32-
- '^test:'
28+
use: github-native
3329
release:
3430
# If set to auto, will mark the release as not ready for production
3531
# in case there is an indicator for this in the tag e.g. v1.0.0-rc1

0 commit comments

Comments
 (0)