|
|
|
|
@ -329,6 +329,7 @@ jobs:
@@ -329,6 +329,7 @@ jobs:
|
|
|
|
|
image: spring-boot-ci-image |
|
|
|
|
file: git-repo/ci/tasks/publish-release-notes.yml |
|
|
|
|
params: |
|
|
|
|
RELEASE_TYPE: M |
|
|
|
|
GITHUB_ORGANIZATION: spring-projects |
|
|
|
|
GITHUB_REPO: spring-boot |
|
|
|
|
GITHUB_USERNAME: ((github-username)) |
|
|
|
|
@ -339,6 +340,7 @@ jobs:
@@ -339,6 +340,7 @@ jobs:
|
|
|
|
|
- get: spring-boot-ci-image |
|
|
|
|
- get: git-repo |
|
|
|
|
trigger: false |
|
|
|
|
- get: release-notes-repo |
|
|
|
|
- task: stage |
|
|
|
|
image: spring-boot-ci-image |
|
|
|
|
file: git-repo/ci/tasks/stage.yml |
|
|
|
|
@ -355,6 +357,7 @@ jobs:
@@ -355,6 +357,7 @@ jobs:
|
|
|
|
|
image: spring-boot-ci-image |
|
|
|
|
file: git-repo/ci/tasks/publish-release-notes.yml |
|
|
|
|
params: |
|
|
|
|
RELEASE_TYPE: RC |
|
|
|
|
GITHUB_ORGANIZATION: spring-projects |
|
|
|
|
GITHUB_REPO: spring-boot |
|
|
|
|
GITHUB_USERNAME: ((github-username)) |
|
|
|
|
@ -365,6 +368,7 @@ jobs:
@@ -365,6 +368,7 @@ jobs:
|
|
|
|
|
- get: spring-boot-ci-image |
|
|
|
|
- get: git-repo |
|
|
|
|
trigger: false |
|
|
|
|
- get: release-notes-repo |
|
|
|
|
- task: stage |
|
|
|
|
image: spring-boot-ci-image |
|
|
|
|
file: git-repo/ci/tasks/stage.yml |
|
|
|
|
@ -381,6 +385,7 @@ jobs:
@@ -381,6 +385,7 @@ jobs:
|
|
|
|
|
image: spring-boot-ci-image |
|
|
|
|
file: git-repo/ci/tasks/publish-release-notes.yml |
|
|
|
|
params: |
|
|
|
|
RELEASE_TYPE: RELEASE |
|
|
|
|
GITHUB_ORGANIZATION: spring-projects |
|
|
|
|
GITHUB_REPO: spring-boot |
|
|
|
|
GITHUB_USERNAME: ((github-username)) |
|
|
|
|
|