Browse Source

Update changelog-generator for commercial builds

See gh-42333
pull/42868/head
Phillip Webb 1 year ago
parent
commit
80b1944878
  1. 3
      .github/actions/create-github-release/changelog-generator.yml

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

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
changelog:
repository: spring-projects/spring-boot
repository: ${{ github.repository }}
sections:
- title: ":star: New Features"
labels:
@ -16,6 +16,7 @@ changelog: @@ -16,6 +16,7 @@ changelog:
labels:
- "type: dependency-upgrade"
issues:
generate_links: ${{ !vars.COMMERCIAL }}
ports:
- label: "status: forward-port"
bodyExpression: 'Forward port of issue #(\d+).*'

Loading…
Cancel
Save