spring-security/scripts/release/release-notes-sections.yml
Rob Winch 985ae989fe Fix release-notes-sections.yml
- Relplace releasenotes with changelog
- List Breaking Changes first because issue is only included in first match
- Sort by title

Issue gh-9704
2021-04-30 16:10:08 -05:00

17 lines
450 B
YAML

changelog:
repository: spring-projects/spring-security
sections:
- title: "Breaking Changes"
emoji: ":rewind:"
labels: ["type: breaks-passivity"]
- title: "New Features"
emoji: ":star:"
labels: ["type: enhancement"]
- title: "Bug Fixes"
emoji: ":beetle:"
labels: ["type:bug"]
- title: "Dependency Upgrades"
emoji: ":hammer:"
labels: ["type: dependency-upgrade"]
sort: "title"