Skip to content

Commit b14847d

Browse files
Credit contributors for forward-ported contributions
This commit upgrades github-changelog-generator to 0.0.5 and adds configuration for forward-port and back-port labels so that contributors get credit for contributions in the release notes for each release that includes the contribution. Fixes gh-24135
1 parent 6553020 commit b14847d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ci/config/changelog-generator.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ changelog:
1515
sort: "title"
1616
labels:
1717
- "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+).*'

ci/tasks/generate-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ image_resource:
44
type: docker-image
55
source:
66
repository: springio/github-changelog-generator
7-
tag: '0.0.4'
7+
tag: '0.0.5'
88
inputs:
99
- name: git-repo
1010
- name: version

0 commit comments

Comments
 (0)