Snapshot release v0.0.0-202508031638
This commit is contained in:
parent
05fee67456
commit
816b2b043c
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue