File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ git push origin v$VERSION
1919
2020jx 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
You can’t perform that action at this time.
0 commit comments