Skip to content

Commit

Permalink
Merge branch '2.3.x' into 2.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Feb 18, 2021
2 parents ceaca0c + 532e758 commit 04b2f56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/scripts/generate-changelog.sh
Expand Up @@ -2,7 +2,7 @@
set -e

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

java -jar /github-changelog-generator.jar \
--spring.config.location=${CONFIG_DIR}/changelog-generator.yml \
Expand Down
2 changes: 1 addition & 1 deletion ci/tasks/generate-changelog.yml
Expand Up @@ -7,7 +7,7 @@ image_resource:
tag: '0.0.5'
inputs:
- name: git-repo
- name: version
- name: artifactory-repo
outputs:
- name: generated-changelog
params:
Expand Down

0 comments on commit 04b2f56

Please sign in to comment.