mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
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:
parent
fcde8dc870
commit
4eab7ea772
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue