This commit adds new tasks to the release pipeline, generating release notes automatically using the issues in the current milestone and pushing that as the content of the GitHub release. Closes gh-25922
18 lines
471 B
YAML
18 lines
471 B
YAML
changelog:
|
|
repository: spring-projects/spring-framework
|
|
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"
|