Skip to content

Commit b702130

Browse files
committed
Merge branch '2.4.x'
See gh-25344
2 parents 7bf2898 + 04b2f56 commit b702130

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/scripts/generate-changelog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
CONFIG_DIR=git-repo/ci/config
5-
version=$( cat version/version )
5+
version=$( cat artifactory-repo/build-info.json | jq -r '.buildInfo.modules[0].id' | sed 's/.*:.*:\(.*\)/\1/' )
66

77
java -jar /github-changelog-generator.jar \
88
--spring.config.location=${CONFIG_DIR}/changelog-generator.yml \

ci/tasks/generate-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ image_resource:
77
tag: '0.0.5'
88
inputs:
99
- name: git-repo
10-
- name: version
10+
- name: artifactory-repo
1111
outputs:
1212
- name: generated-changelog
1313
params:

0 commit comments

Comments
 (0)