fix: prepare

This commit is contained in:
orion 2024-04-03 16:40:17 -05:00
parent fb8e5af073
commit 154fb0f1e7
Signed by: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -20,6 +20,8 @@ const readme = await readFile('./README.md', 'utf8')
const readmenew = readme.replace(/packages\/postgresql\/.+?\//g, `/packages/postgresql/${ver}/`)
await writeFile('./README.md', readmenew)
execSync(`git add spago.yaml package.json README.md`)
execSync(`git commit -m 'chore: prepare ${ver}'`)
execSync(`git tag ${ver}`)
execSync(`git push --tags`)
execSync(`git push --mirror github-mirror`)