Skip to content

Commit

Permalink
Update bumpNextVersion.ts 1
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-q authored May 28, 2024
1 parent bc55762 commit d640eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/release-action/src/bumpNextVersion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export async function bumpNextVersion({

core.info('creating pull request');
await octokit.rest.pulls.create({
base: 'master',
base: 'develop',
head: newBranch,
title: finalPrTitle,
body: createTempReleaseNotes(finalVersion, prBody),
Expand Down

0 comments on commit d640eeb

Please sign in to comment.