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 d3112e1 commit c3c9883Copy full SHA for c3c9883
ci/config/changelog-generator.yml
@@ -0,0 +1,23 @@
1
+changelog:
2
+repository: spring-projects/spring-boot
3
+sections:
4
+ - title: ":star: New Features"
5
+ labels:
6
+ - "type: enhancement"
7
+ - title: ":lady_beetle: Bug Fixes"
8
9
+ - "type: bug"
10
+ - "type: regression"
11
+ - title: ":notebook_with_decorative_cover: Documentation"
12
13
+ - "type: documentation"
14
+ - title: ":hammer: Dependency Upgrades"
15
+ sort: "title"
16
17
+ - "type: dependency-upgrade"
18
+issues:
19
+ ports:
20
+ - label: "status: forward-port"
21
+ bodyExpression: 'Forward port of issue #(\d+).*'
22
+ - label: "status: back-port"
23
+ bodyExpression: 'Back port of issue #(\d+).*'
0 commit comments