feat(ci): generate changelogs automatically for new releases (#740)

This commit is contained in:
Ruben Hönle 2025-03-26 13:17:57 +01:00 committed by GitHub
parent aa5db758ac
commit 91903f5a60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,4 +58,9 @@ release:
# If you want to manually examine the release before its live, uncomment this line:
# draft: true
changelog:
disable: true
use: github
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"