Skip to content

Commit d2d00ec

Browse files
committed
Update Release Notes Configuration
1 parent 85fa75b commit d2d00ec

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

Diff for: scripts/release/release-notes-sections.yml

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
changelog:
2+
repository: spring-projects/spring-ldap
23
issues:
34
exclude:
4-
labels: ["duplicate", "invalid", "declined"]
5+
labels: ["status: duplicate", "status: invalid", "status: declined"]
56
sections:
67
- title: "New Features"
78
emoji: ":star:"
8-
labels: ["enhancement"]
9+
labels: ["type: enhancement"]
910
- title: "Bug Fixes"
1011
emoji: ":beetle:"
11-
labels: ["bug", "regression"]
12+
labels: ["type: bug", "type: regression"]
1213
- title: "Dependency Upgrades"
1314
emoji: ":hammer:"
14-
labels: ["dependency-upgrade"]
15+
labels: ["type: dependency-upgrade"]
1516
- title: "Non-passive"
1617
emoji: ":rewind:"
17-
labels: ["breaks-passivity"]
18+
labels: ["type: breaks-passivity"]
19+
contributors:
20+
title: ":heart: Contributors"
21+
exclude:
22+
names: ["jzheaux", "dependabot[bot]"]

0 commit comments

Comments
 (0)