1 --- 2 platform: linux 3 image_resource: 4 type: registry-image 5 source: 6 repository: springio/github-changelog-generator 7 tag: '0.0.8' 8 inputs: 9 - name: git-repo 10 - name: artifactory-repo 11 outputs: 12 - name: generated-changelog 13 params: 14 GITHUB_ORGANIZATION: 15 GITHUB_REPO: 16 GITHUB_USERNAME: 17 GITHUB_TOKEN: 18 RELEASE_TYPE: 19 run: 20 path: git-repo/ci/scripts/generate-changelog.sh