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
This commit is contained in:
Scott Frederick 2020-12-09 16:19:45 -06:00
parent 6553020e8d
commit b14847d0e1
2 changed files with 7 additions and 1 deletions

View File

@ -15,3 +15,9 @@ changelog:
sort: "title"
labels:
- "type: dependency-upgrade"
issues:
ports:
- label: "status: forward-port"
bodyExpression: 'Forward port of issue #(\d+).*'
- label: "status: back-port"
bodyExpression: 'Back port of issue #(\d+).*'

View File

@ -4,7 +4,7 @@ image_resource:
type: docker-image
source:
repository: springio/github-changelog-generator
tag: '0.0.4'
tag: '0.0.5'
inputs:
- name: git-repo
- name: version