From 2ccd70ee2aa8319842664e6ceb467a438e44ea1e Mon Sep 17 00:00:00 2001 From: Aman Varshney Date: Thu, 27 Aug 2026 20:36:13 +0530 Subject: [PATCH] chore(release): 0.11.0 --- scripts/bump-version.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}`;