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 b470261 commit 80b1944Copy full SHA for 80b1944
.github/actions/create-github-release/changelog-generator.yml
@@ -1,5 +1,5 @@
1
changelog:
2
- repository: spring-projects/spring-boot
+ repository: ${{ github.repository }}
3
sections:
4
- title: ":star: New Features"
5
labels:
@@ -16,6 +16,7 @@ changelog:
16
17
- "type: dependency-upgrade"
18
issues:
19
+ generate_links: ${{ !vars.COMMERCIAL }}
20
ports:
21
- label: "status: forward-port"
22
bodyExpression: 'Forward port of issue #(\d+).*'
0 commit comments