mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-04 05:01:06 +01:00
b14847d0e1
This commit upgrades github-changelog-generator to 0.0.5 and adds configuration for forward-port and back-port labels so that contributors get credit for contributions in the release notes for each release that includes the contribution. Fixes gh-24135
24 lines
671 B
YAML
24 lines
671 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"
|
|
issues:
|
|
ports:
|
|
- label: "status: forward-port"
|
|
bodyExpression: 'Forward port of issue #(\d+).*'
|
|
- label: "status: back-port"
|
|
bodyExpression: 'Back port of issue #(\d+).*'
|