Skip to content

Commit 59ad08c

Browse files
committed
Revise changelog generation
Use the compare GitHub API, appending the author username to the changelog. Also, remove the filters, which match commit messages and not file paths (like I had previously thought).
1 parent d9fcc8c commit 59ad08c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.goreleaser.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,5 @@ release:
3636
name_template: '{{ .Version }}'
3737

3838
changelog:
39+
use: github
3940
sort: asc
40-
filters:
41-
exclude:
42-
- '^.github:'
43-
- README.md

0 commit comments

Comments
 (0)