initializr/ci/config/changelog-generator.yml

18 lines
459 B
YAML
Raw Normal View History

2020-12-17 14:11:59 +08:00
changelog:
repository: spring-io/initializr
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"