Skip to content

Commit a08a1fa

Browse files
Prettier update
1 parent e8ebf62 commit a08a1fa

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

eng/tools/release-plan/src/args.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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");

eng/tools/release-plan/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ import path from "node:path";
33
import process from "node:process";
44
import { parseCliArguments } from "./args.js";
55
import { postReleasePlanComment } from "./pr-comment.js";
6-
import type { TypeSpecProjectInfo } from "./types.js";
76
import {
87
createAzdskRunner,
98
ensureReleasePlan,
109
getApiReleaseType,
1110
getNextMonthTarget,
1211
getSdkReleaseType,
1312
} from "./release-plan.js";
13+
import type { TypeSpecProjectInfo } from "./types.js";
1414
import {
1515
checkNewApiVersionLabel,
1616
createOctokit,

0 commit comments

Comments
 (0)