This commits adds a dedicated configuration to be used when invoking the github changelog generator. This custom configuration makes sure to sort dependency upgrades based on the issue title. Closes gh-23484
18 lines
466 B
YAML
18 lines
466 B
YAML
changelog:
|
|
repository: spring-projects/spring-boot
|
|
sections:
|
|
- title: ":star: New Features"
|
|
labels:
|
|
- "type: enhancement"
|
|
- title: ":beetle: Bug Fixes"
|
|
labels:
|
|
- "type: bug"
|
|
- "type: regression"
|
|
- title: ":notebook_with_decorative_cover: Documentation"
|
|
labels:
|
|
- "type: documentation"
|
|
- title: ":hammer: Dependency Upgrades"
|
|
sort: "title"
|
|
labels:
|
|
- "type: dependency-upgrade"
|