Merge branch '2.2.x' into 2.3.x

Closes gh-23495
This commit is contained in:
Phillip Webb
2020-09-25 12:23:59 -07:00
4 changed files with 35 additions and 38 deletions

View File

@@ -3,13 +3,13 @@ platform: linux
image_resource:
type: docker-image
source:
repository: springio/github-release-notes-generator
tag: '0.0.2'
repository: springio/github-changelog-generator
tag: '0.0.3'
inputs:
- name: git-repo
- name: version
outputs:
- name: generated-release-notes
- name: generated-changelog
params:
GITHUB_ORGANIZATION:
GITHUB_REPO:
@@ -17,4 +17,4 @@ params:
GITHUB_TOKEN:
RELEASE_TYPE:
run:
path: git-repo/ci/scripts/generate-release-notes.sh
path: git-repo/ci/scripts/generate-changelog.sh