From 4eab7ea772f0a288c99a79947dd332efc1884315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C5=BD=C3=A1dn=C3=ADk?= Date: Wed, 1 May 2024 02:54:12 +0300 Subject: [PATCH] Fix link for creating release note PR (#728) @amtoine I couldn't get it to work with the old link, but with this fix, opening the PR worked like charm! --- make_release/release-note/create-pr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_release/release-note/create-pr b/make_release/release-note/create-pr index 98cc9d34..1e9c22b5 100755 --- a/make_release/release-note/create-pr +++ b/make_release/release-note/create-pr @@ -97,7 +97,7 @@ by opening PRs against the `release-notes-($version)` branch. log info "setting up nushell.github.io repo" git clone https://github.com/nushell/nushell.github.io $repo --origin nushell --branch main --single-branch - git -C $repo remote set-url nushell --push ssh://github.com/nushell/nushell.github.io + git -C $repo remote set-url nushell --push git@github.com:nushell/nushell.github.io.git log info "creating release branch" git -C $repo checkout -b $branch nushell/main