Files
spring-boot/ci/tasks/generate-changelog.yml
Phillip Webb 91b787dff7 Upgrade to github-changelog-generator 0.0.5
Closes gh-23715
2020-10-15 15:08:07 -07:00

21 lines
366 B
YAML
Executable File

---
platform: linux
image_resource:
type: docker-image
source:
repository: springio/github-changelog-generator
tag: '0.0.4'
inputs:
- name: git-repo
- name: version
outputs:
- name: generated-changelog
params:
GITHUB_ORGANIZATION:
GITHUB_REPO:
GITHUB_USERNAME:
GITHUB_TOKEN:
RELEASE_TYPE:
run:
path: git-repo/ci/scripts/generate-changelog.sh