feat(config): allow RCZ configs to be located in a folder (#15)

This commit is contained in:
2023-12-17 18:19:09 +02:00
parent 4de93ef3e2
commit d707aaffe6
4 changed files with 46 additions and 10 deletions

7
.rcz/postrelease.js Normal file
View File

@@ -0,0 +1,7 @@
const { execSync } = require("child_process");
execSync(`git push -u origin main --tags`);
execSync(`pnpm run build`);
execSync(`pnpm publish`);