mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
build: goreleaser group changelog (#169)
This commit is contained in:
parent
cb6cbb83d5
commit
c28c6186d9
1 changed files with 24 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue