Skip to content

Commit b0f5635

Browse files
committed
Attempt to fix changelog generation
1 parent f0bf0e3 commit b0f5635

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ci/scripts/generate-changelog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e
33

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

66
java -jar /github-changelog-generator.jar \
77
--changelog.repository=spring-io/asciidoctor-spring-backend \

ci/tasks/generate-changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ image_resource:
44
type: registry-image
55
source:
66
repository: springio/github-changelog-generator
7-
tag: '0.0.5'
7+
tag: '0.0.6'
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)