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.
17 lines
288 B
YAML
17 lines
288 B
YAML
6 years ago
|
---
|
||
|
platform: linux
|
||
|
inputs:
|
||
|
- name: git-repo
|
||
|
- name: release-notes-repo
|
||
|
- name: version
|
||
6 years ago
|
outputs:
|
||
|
- name: generated-release-notes
|
||
6 years ago
|
params:
|
||
|
GITHUB_ORGANIZATION:
|
||
|
GITHUB_REPO:
|
||
|
GITHUB_USERNAME:
|
||
|
GITHUB_PASSWORD:
|
||
6 years ago
|
RELEASE_TYPE:
|
||
6 years ago
|
run:
|
||
6 years ago
|
path: git-repo/ci/scripts/generate-release-notes.sh
|