Skip to content

Commit 00b1569

Browse files
committed
feat: propagate changelog
Signed-off-by: Mårten Svantesson <Marten.Svantesson@ticket.se>
1 parent 79e860f commit 00b1569

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/jenkins-x-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
name: promote-release
213213
uses: docker://ghcr.io/jenkins-x/jx-updatebot:0.8.6
214214
with:
215-
args: pr --git-credentials --add-changelog ../changelog.md
215+
args: pr --git-credentials --add-changelog changelog.md
216216
"on":
217217
push:
218218
branches:

.github/workflows/jenkins-x/changelog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ git push origin v$VERSION
1919

2020
jx changelog create --verbose --header-file=hack/changelog-header.md --version=v$VERSION --prerelease --output-markdown=../changelog-with-install.md
2121
# Remove installation instruction from changelog to propagate
22-
sed -n '/^## Changes/,$p' ../changelog-with-install.md > ../changelog.md
22+
sed -n '/^## Changes/,$p' ../changelog-with-install.md > changelog.md

0 commit comments

Comments
 (0)