build: convert all release scripts to typescript (#44061)

* build: convert all release scripts to typescript (#44035)

* build: convert all release scripts to typescript

* fix test imports

* build: fix version bumper export

* refactor: use as const

* spec: fix bad type spec

* build: use ts-node to spawn the version-bumper (#44057)

Missed this in the tsification, we should probably call this via API instead of spawning a sub-proc?
This commit is contained in:
Samuel Attard 2024-10-01 08:49:36 -07:00 committed by GitHub
parent 0a4b0de4f7
commit 9ee51dbe92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 1163 additions and 762 deletions

View file

@ -1,5 +1,3 @@
if (!process.env.CI) require('dotenv-safe').load();
const assert = require('node:assert');
const fs = require('node:fs');
const got = require('got');