You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
378 B
YAML
21 lines
378 B
YAML
---
|
|
platform: linux
|
|
image_resource:
|
|
type: docker-image
|
|
source:
|
|
repository: springio/github-release-notes-generator
|
|
tag: '0.0.2'
|
|
inputs:
|
|
- name: git-repo
|
|
- name: version
|
|
outputs:
|
|
- name: generated-release-notes
|
|
params:
|
|
GITHUB_ORGANIZATION:
|
|
GITHUB_REPO:
|
|
GITHUB_USERNAME:
|
|
GITHUB_TOKEN:
|
|
RELEASE_TYPE:
|
|
run:
|
|
path: git-repo/ci/scripts/generate-release-notes.sh
|