From 1a23ae57ee2ede4e71154cd70a1b43e35b069216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Svantesson?= Date: Tue, 19 Dec 2023 15:51:00 +0100 Subject: [PATCH] fix: download instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes #8517 Signed-off-by: MÃ¥rten Svantesson --- hack/changelog-header.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hack/changelog-header.md b/hack/changelog-header.md index f079763e1e..7ac6acb3b6 100644 --- a/hack/changelog-header.md +++ b/hack/changelog-header.md @@ -4,7 +4,7 @@ ```shell # Download the archive and the cosign generated signature -curl -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-linux-amd64.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-linux-amd64.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-linux-amd64.tar.gz.pem +curl -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-linux-amd64.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-linux-amd64.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-linux-amd64.tar.gz.pem # Install cosign: https://docs.sigstore.dev/cosign/installation # Verify using cosign @@ -18,7 +18,7 @@ sudo mv jx /usr/local/bin ```shell # Download the archive and the cosign generated signature -curl -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-linux-arm.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-linux-arm.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-linux-arm.tar.gz.pem +curl -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-linux-arm.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-linux-arm.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-linux-arm.tar.gz.pem # Install cosign: https://docs.sigstore.dev/cosign/installation # Verify using cosign @@ -31,7 +31,7 @@ sudo mv jx /usr/local/bin ```shell # Download the archive and the cosign generated signature -curl -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-linux-arm64.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-linux-arm64.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-linux-arm64.tar.gz.pem +curl -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-linux-arm64.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-linux-arm64.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-linux-arm64.tar.gz.pem # Install cosign: https://docs.sigstore.dev/cosign/installation # Verify using cosign @@ -47,7 +47,7 @@ sudo mv jx /usr/local/bin ```shell # Download the archive and the cosign generated signature -curl -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-darwin-amd64.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-darwin-amd64.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-darwin-amd64.tar.gz.pem +curl -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-darwin-amd64.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-darwin-amd64.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-darwin-amd64.tar.gz.pem # Install cosign: https://docs.sigstore.dev/cosign/installation # Verify using cosign @@ -61,7 +61,7 @@ sudo mv jx /usr/local/bin ```shell # Download the archive and the cosign generated signature -curl -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-darwin-arm64.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-darwin-arm64.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-darwin-arm64.tar.gz.pem +curl -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-darwin-arm64.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-darwin-arm64.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-darwin-arm64.tar.gz.pem # Install cosign: https://docs.sigstore.dev/cosign/installation # Verify using cosign