Skip to content

Commit 80b1944

Browse files
committed
Update changelog-generator for commercial builds
See gh-42333
1 parent b470261 commit 80b1944

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/create-github-release/changelog-generator.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
changelog:
2-
repository: spring-projects/spring-boot
2+
repository: ${{ github.repository }}
33
sections:
44
- title: ":star: New Features"
55
labels:
@@ -16,6 +16,7 @@ changelog:
1616
labels:
1717
- "type: dependency-upgrade"
1818
issues:
19+
generate_links: ${{ !vars.COMMERCIAL }}
1920
ports:
2021
- label: "status: forward-port"
2122
bodyExpression: 'Forward port of issue #(\d+).*'

0 commit comments

Comments
 (0)