Skip to content

Commit bd82593

Browse files
authored
[NO-TICKET] Cleans up release script (#3429)
1 parent dd8b737 commit bd82593

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/release.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import { updateChildDSAndExamples } from './bump-child-deps-utils';
33
import { confirm, select } from '@inquirer/prompts';
44
import { hideBin } from 'yargs/helpers';
55
import { sh, shI, verifyGhInstalled } from './utils';
6-
import { root, updateVersions } from './versions';
6+
import { updateVersions } from './versions';
77
import yargs from 'yargs';
88

9-
const REVIEWERS = ['pwolfert', 'kim-cmsds', 'tamara-corbalt', 'jack-ryan-nava-pbc'];
9+
const REVIEWERS = ['kim-cmsds', 'tamara-corbalt', 'jack-ryan-nava-pbc'];
1010

1111
async function verifyNoUnstagedChanges() {
1212
if (sh('git status -s')) {

0 commit comments

Comments
 (0)