Skip to content

Commit

Permalink
fix(scripts/release): create release branch from origin/main
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Nov 2, 2024
1 parent 35353f3 commit c391b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const commitAndPR = async (

exec(`
git stash
git switch -C ${branch} main
git switch -C ${branch} origin/main
git stash pop
git add package.json package-lock.json RELEASE_NOTES.md
`);
Expand Down

0 comments on commit c391b72

Please sign in to comment.