This commit skips the Bintray-related tasks in our CI pipeline and instead relies on Maven Central for publishing Spring Framework artifacts. This commit also updates the CI pipeline to sign the artifacts directly with the `artifactory-resource`. Closes gh-26654
21 lines
375 B
YAML
Executable File
21 lines
375 B
YAML
Executable File
---
|
|
platform: linux
|
|
image_resource:
|
|
type: docker-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
|