feat(config): allow RCZ configs to be located in a folder (#15)
This commit is contained in:
7
.rcz/postrelease.js
Normal file
7
.rcz/postrelease.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const { execSync } = require("child_process");
|
||||
|
||||
execSync(`git push -u origin main --tags`);
|
||||
|
||||
execSync(`pnpm run build`);
|
||||
|
||||
execSync(`pnpm publish`);
|
||||
Reference in New Issue
Block a user