mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +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:
|
release:
|
||||||
prerelease: auto
|
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:
|
checksum:
|
||||||
name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt'
|
name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt'
|
||||||
|
|
||||||
changelog:
|
changelog:
|
||||||
sort: asc
|
sort: asc
|
||||||
|
use: github
|
||||||
filters:
|
filters:
|
||||||
exclude:
|
exclude:
|
||||||
- '^docs:'
|
- Merge pull request
|
||||||
- '^test:'
|
- 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