Skip to content

Commit 4eab7ea

Browse files
authored
Fix link for creating release note PR (nushell#728)
@amtoine I couldn't get it to work with the old link, but with this fix, opening the PR worked like charm!
1 parent fcde8dc commit 4eab7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make_release/release-note/create-pr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ by opening PRs against the `release-notes-($version)` branch.
9797

9898
log info "setting up nushell.github.io repo"
9999
git clone https://github.com/nushell/nushell.github.io $repo --origin nushell --branch main --single-branch
100-
git -C $repo remote set-url nushell --push ssh://github.com/nushell/nushell.github.io
100+
git -C $repo remote set-url nushell --push git@github.com:nushell/nushell.github.io.git
101101

102102
log info "creating release branch"
103103
git -C $repo checkout -b $branch nushell/main

0 commit comments

Comments
 (0)