We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9a6f5 commit 3300de4Copy full SHA for 3300de4
scripts/release.ts
@@ -52,6 +52,8 @@ pkg.version = newVersion;
52
await writeFile("package.json", `${JSON.stringify(pkg, null, 2)}\n`);
53
console.log("Updated package.json");
54
55
+await $`bun check:unsafe`;
56
+
57
// 5. Git operations
58
const tag = `v${newVersion}`;
59
let output = `version=${newVersion}\ntag=${tag}\n`;
0 commit comments