build: goreleaser group changelog (#169)

This commit is contained in:
Ludvig Lundgren 2022-03-06 16:30:13 +01:00 committed by GitHub
parent cb6cbb83d5
commit c28c6186d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,13 +50,35 @@ archives:
release:
prerelease: auto
footer: |
**Full Changelog**: https://github.com/autobrr/autobrr/compare/{{ .PreviousTag }}...{{ .Tag }}
## Docker images
- `docker pull ghcr.io/autobrr/autobrr:{{ .Tag }}`
## What to do next?
- Read the [documentation](https://autobrr.com/docs/introduction)
- Join our [Discord server](https://discord.gg/WQ2eUycxyT)
checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt'
changelog:
sort: asc
use: github
filters:
exclude:
- '^docs:'
- '^test:'
- Merge pull request
- Merge remote-tracking branch
- Merge branch
groups:
- title: 'New Features'
regexp: "^.*feat[(\\w)]*:+.*$"
order: 0
- title: 'Bug fixes'
regexp: "^.*fix[(\\w)]*:+.*$"
order: 10
- title: Other work
order: 999