build: convert all release scripts to typescript (#44059)
* 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? * build: still colors
This commit is contained in:
parent
52a8d133cd
commit
fc9cda72d2
22 changed files with 1164 additions and 772 deletions
|
@ -1,6 +1,6 @@
|
|||
import { GitProcess, IGitExecutionOptions, IGitResult } from 'dugite';
|
||||
import { expect } from 'chai';
|
||||
import * as notes from '../script/release/notes/notes.js';
|
||||
import * as notes from '../script/release/notes/notes';
|
||||
import * as path from 'node:path';
|
||||
import * as sinon from 'sinon';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue