feat(ci): generate changelogs automatically for new releases (#740)
This commit is contained in:
parent
aa5db758ac
commit
91903f5a60
1 changed files with 6 additions and 1 deletions
|
|
@ -58,4 +58,9 @@ release:
|
||||||
# If you want to manually examine the release before its live, uncomment this line:
|
# If you want to manually examine the release before its live, uncomment this line:
|
||||||
# draft: true
|
# draft: true
|
||||||
changelog:
|
changelog:
|
||||||
disable: true
|
use: github
|
||||||
|
sort: asc
|
||||||
|
filters:
|
||||||
|
exclude:
|
||||||
|
- "^docs:"
|
||||||
|
- "^test:"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue