build: cleanup release scripts, separate cli entrypoints from logic (#44058)
* build: cleanup release scripts, separate cli entrypoints from logic * build: use repo/org constants
This commit is contained in:
parent
15c8759ee0
commit
f4ffd018e6
17 changed files with 410 additions and 300 deletions
6
script/release/bin/publish-to-github.ts
Normal file
6
script/release/bin/publish-to-github.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
import { makeRelease } from '../release';
|
||||
|
||||
makeRelease().catch((err) => {
|
||||
console.error('Error occurred while making release:', err);
|
||||
process.exit(1);
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue