Snapshot release v0.0.0-202508031638

This commit is contained in:
Dax Raad
2025-08-03 12:39:37 -04:00
parent 05fee67456
commit 816b2b043c
+1
View File
@@ -21,6 +21,7 @@ const tree = await $`git add . && git write-tree`.text().then((x) => x.trim())
for (const file of pkgjsons) {
let pkg = await Bun.file(file).text()
pkg = pkg.replaceAll(/"version": "[^"]+"/g, `"version": "${version}"`)
console.log("versioned", file, version)
await Bun.file(file).write(pkg)
}