mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-05 17:38:06 +08:00

- Support for Pull Requests - Display build status on commit - Notify build results on slack - Support for releasing to artifactory Closes gh-771
19 lines
361 B
YAML
19 lines
361 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:
|
|
run:
|
|
path: git-repo/ci/scripts/generate-release-notes.sh |