In the v1.1 release, GoReleaser introduced a new feature called “changelog groups”. This is a quick post to spread the word. This feature allows you to “organize” your changelog in categories by using regular expressions. Using it with use: github and some exclusion filters yields pretty good looking release notes: An example release changelog. Here’s a quick usage example: # .goreleaser.yaml changelog: sort: asc use: github filters: exclude: - Merge pull request - Merge remote-trac...