2020-10-16 20:50:04 +08:00
|
|
|
---
|
|
|
|
platform: linux
|
|
|
|
image_resource:
|
2021-03-16 18:14:29 +08:00
|
|
|
type: registry-image
|
2020-10-16 20:50:04 +08:00
|
|
|
source:
|
|
|
|
repository: springio/github-changelog-generator
|
2021-10-03 13:09:24 +08:00
|
|
|
tag: '0.0.7'
|
2020-10-16 20:50:04 +08:00
|
|
|
inputs:
|
|
|
|
- name: git-repo
|
2021-03-09 22:17:06 +08:00
|
|
|
- name: artifactory-repo
|
2020-10-16 20:50:04 +08:00
|
|
|
outputs:
|
|
|
|
- name: generated-changelog
|
|
|
|
params:
|
|
|
|
GITHUB_ORGANIZATION:
|
|
|
|
GITHUB_REPO:
|
|
|
|
GITHUB_USERNAME:
|
|
|
|
GITHUB_TOKEN:
|
|
|
|
RELEASE_TYPE:
|
|
|
|
run:
|
|
|
|
path: git-repo/ci/scripts/generate-changelog.sh
|