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!
This commit is contained in:
Jakub Žádník 2024-05-01 02:54:12 +03:00 committed by GitHub
parent fcde8dc870
commit 4eab7ea772
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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