Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/jenkins-x-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: syft-installer
uses: anchore/sbom-action/download-syft@v0.19.0
- name: cosign-installer
uses: sigstore/cosign-installer@v3.8.2
uses: sigstore/cosign-installer@v3.9.2
with:
cosign-release: 'v2.2.3'
- name: Build and push jx-boot
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
name: promote-release
uses: docker://ghcr.io/jenkins-x/jx-updatebot:0.8.6
with:
args: pr --git-credentials --add-changelog ../changelog.md
args: pr --git-credentials --add-changelog changelog.md
"on":
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jenkins-x/changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ git push origin v$VERSION

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