mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 10:59:03 +00:00
This commit also marks a release as pre-release for milestones and RCs Closes gh-14908 Closes gh-14875
17 lines
288 B
YAML
Executable File
17 lines
288 B
YAML
Executable File
---
|
|
platform: linux
|
|
inputs:
|
|
- name: git-repo
|
|
- name: release-notes-repo
|
|
- name: version
|
|
outputs:
|
|
- name: generated-release-notes
|
|
params:
|
|
GITHUB_ORGANIZATION:
|
|
GITHUB_REPO:
|
|
GITHUB_USERNAME:
|
|
GITHUB_PASSWORD:
|
|
RELEASE_TYPE:
|
|
run:
|
|
path: git-repo/ci/scripts/generate-release-notes.sh
|