Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Oct 23, 2024
1 parent edd96f7 commit 77d30f7
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 @@ -63,7 +63,7 @@ const commitAndPR = async (
.map((line) => `-m ${quote(line)}`)
.join(' ')}
git push --force --set-upstream origin ${branch}
gh pr edit ${branch} --title ${quote(title)} --body ${quote(body)}${'' /* || gh pr create --title ${quote(title)} --body ${quote(body)}*/}
gh pr edit ${branch} --title ${quote(`Test ${title}`)} --body ${quote(body)}${'' /* || gh pr create --title ${quote(title)} --body ${quote(body)}*/}
git switch main
git branch -d ${branch}
`);
Expand Down

0 comments on commit 77d30f7

Please sign in to comment.