We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7584c0e commit b0b654fCopy full SHA for b0b654f
scripts/release/release-notes-sections.yml
@@ -0,0 +1,25 @@
1
+changelog:
2
+ repository: spring-projects/spring-security-kerberos
3
+ sections:
4
+ - title: ":star: New Features"
5
+ labels: ["type: enhancement"]
6
+ sort: "title"
7
+ - title: ":beetle: Bug Fixes"
8
+ labels: ["type: bug", "type: regression"]
9
10
+ - title: ":hammer: Dependency Upgrades"
11
+ labels: ["type: dependency-upgrade"]
12
13
+ - title: ":rewind: Non-passive"
14
+ labels: ["type: breaks-passivity"]
15
16
+ issues:
17
+ exclude:
18
+ labels: [ "status: duplicate" ]
19
+ ports:
20
+ - label: "status: forward-port"
21
+ bodyExpression: 'Forward port of issue #(\d+).*'
22
+ contributors:
23
+ title: ":heart: Contributors"
24
25
+ names: ["rwinch"]
0 commit comments