mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-05-03 04:19:47 +01:00
14a6909c4a
This commit fixes the missing pieces in our Maven Central publication pipeline. Our first attempt at releasing with it showed a few problems: * the promote task did not have the artifacts downladed with the artifactory repository * we applied the wrong Sonatype credentials to the task * the github changelog task would fail because of docker rate limiting since we were not using the right type of resource, which is configured with the proper caching mechanism See gh-26654
21 lines
377 B
YAML
Executable File
21 lines
377 B
YAML
Executable File
---
|
|
platform: linux
|
|
image_resource:
|
|
type: registry-image
|
|
source:
|
|
repository: springio/github-changelog-generator
|
|
tag: '0.0.6'
|
|
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
|