diff --git a/scripts/bump-version.ts b/scripts/bump-version.ts index 65a1e2d..6ed45af 100644 --- a/scripts/bump-version.ts +++ b/scripts/bump-version.ts @@ -127,7 +127,8 @@ async function main(): Promise { This PR bumps \`create-prisma\` to \`${newVersion}\`. -When this PR merges, GitHub Actions publishes to npm using trusted publishing. +**Squash-merge this PR.** The release workflow reads the squash commit title to +publish to npm using trusted publishing; a merge commit will skip the release. `; await $`gh pr create --title ${prTitle} --body ${prBody} --base main --head ${branchName}`;