File tree Expand file tree Collapse file tree
eng/tools/release-plan/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,7 +103,9 @@ function showHelp(): void {
103103 console . log ( "" ) ;
104104 console . log ( "Options:" ) ;
105105 console . log ( " -c, --commit-sha Commit SHA to resolve PR or analyze changed files" ) ;
106- console . log ( " --pr-number PR number to analyze directly (alternative to --commit-sha)" ) ;
106+ console . log (
107+ " --pr-number PR number to analyze directly (alternative to --commit-sha)" ,
108+ ) ;
107109 console . log ( " -r, --repo GitHub repository in owner/repo format" ) ;
108110 console . log ( " -w, --workspace Path to local repo root (default: cwd)" ) ;
109111 console . log ( " --azsdk-path Absolute path to the azsdk executable" ) ;
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ import path from "node:path";
33import process from "node:process" ;
44import { parseCliArguments } from "./args.js" ;
55import { postReleasePlanComment } from "./pr-comment.js" ;
6- import type { TypeSpecProjectInfo } from "./types.js" ;
76import {
87 createAzdskRunner ,
98 ensureReleasePlan ,
109 getApiReleaseType ,
1110 getNextMonthTarget ,
1211 getSdkReleaseType ,
1312} from "./release-plan.js" ;
13+ import type { TypeSpecProjectInfo } from "./types.js" ;
1414import {
1515 checkNewApiVersionLabel ,
1616 createOctokit ,
You can’t perform that action at this time.
0 commit comments