We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6de02 commit 160a3f8Copy full SHA for 160a3f8
scripts/release/release-notes-sections.yml
@@ -1,16 +1,16 @@
1
changelog:
2
repository: spring-projects/spring-security
3
sections:
4
- - title: "Breaking Changes"
5
- emoji: ":rewind:"
+ - title: ":rewind: Breaking Changes"
6
labels: ["type: breaks-passivity"]
7
- - title: "New Features"
8
- emoji: ":star:"
+ sort: "title"
+ - title: ":star: New Features"
9
labels: ["type: enhancement"]
10
- - title: "Bug Fixes"
11
- emoji: ":beetle:"
+ - title: ":beetle: Bug Fixes"
12
labels: ["type:bug"]
13
- - title: "Dependency Upgrades"
+ - title: ":hammer: Dependency Upgrades"
14
emoji: ":hammer:"
15
labels: ["type: dependency-upgrade"]
16
sort: "title"
0 commit comments