Skip to content

Commit bc5dc95

Browse files
committed
Fix changelog generator config for CI
1 parent 98dcd78 commit bc5dc95

File tree

1 file changed

+25
-22
lines changed

1 file changed

+25
-22
lines changed

ci/config/changelog-generator.yml

Lines changed: 25 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
11
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-
labels:
9-
- "type: bug"
10-
- "type: regression"
11-
- title: ":notebook_with_decorative_cover: Documentation"
12-
labels:
13-
- "type: documentation"
14-
- title: ":hammer: Dependency Upgrades"
15-
sort: "title"
16-
labels:
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+).*'
2+
repository: spring-projects-experimental/spring-boot-migrator
3+
.contributors:
4+
exclude:
5+
names: dependabot[bot]
6+
sections:
7+
- title: ":star: New Features"
8+
labels:
9+
- "type: enhancement"
10+
- title: ":lady_beetle: Bug Fixes"
11+
labels:
12+
- "type: bug"
13+
- "type: regression"
14+
- title: ":notebook_with_decorative_cover: Documentation"
15+
labels:
16+
- "type: documentation"
17+
- title: ":hammer: Dependency Upgrades"
18+
sort: "title"
19+
labels:
20+
- "type: dependency-upgrade"
21+
issues:
22+
ports:
23+
- label: "status: forward-port"
24+
bodyExpression: 'Forward port of issue #(\d+).*'
25+
- label: "status: back-port"
26+
bodyExpression: 'Back port of issue #(\d+).*'

0 commit comments

Comments
 (0)