spring-boot/ci/tasks/generate-changelog.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
478 B
YAML
Raw Normal View History

---
platform: linux
image_resource:
type: registry-image
source:
2024-01-19 09:34:18 +08:00
repository: ((dockerhub-proxy-cache))springio/github-changelog-generator
tag: '0.0.8'
2023-02-03 08:04:34 +08:00
username: ((docker-hub-username))
password: ((docker-hub-password))
inputs:
- name: git-repo
- name: artifactory-repo
outputs:
- name: generated-changelog
params:
GITHUB_ORGANIZATION:
GITHUB_REPO:
GITHUB_USERNAME:
GITHUB_TOKEN:
RELEASE_TYPE:
run:
path: git-repo/ci/scripts/generate-changelog.sh