mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
The milestone name and tag name can be different if the release type is ".RELEASE".
15 lines
246 B
YAML
Executable File
15 lines
246 B
YAML
Executable File
---
|
|
platform: linux
|
|
inputs:
|
|
- name: git-repo
|
|
- name: release-notes-repo
|
|
- name: version
|
|
params:
|
|
GITHUB_ORGANIZATION:
|
|
GITHUB_REPO:
|
|
GITHUB_USERNAME:
|
|
GITHUB_PASSWORD:
|
|
RELEASE_TYPE:
|
|
run:
|
|
path: git-repo/ci/scripts/publish-release-notes.sh
|