Skip to content

Commit

Permalink
Merge branch '2.3.x'
Browse files Browse the repository at this point in the history
Closes gh-24422
  • Loading branch information
scottfrederick committed Dec 9, 2020
2 parents 15c6415 + b14847d commit 1f26aff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ci/config/changelog-generator.yml
Expand Up @@ -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+).*'
2 changes: 1 addition & 1 deletion ci/tasks/generate-changelog.yml
Expand Up @@ -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
Expand Down

0 comments on commit 1f26aff

Please sign in to comment.