Skip to content

Commit 46dc702

Browse files
committed
chore: temporarily comment out umiChangelog tool in registerTools function
1 parent 1cfaacf commit 46dc702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ export function registerTools(toolContext: ToolContext) {
2424
umiLint(toolContext);
2525
umiRouteList(toolContext);
2626
umiAppdataList(toolContext);
27-
umiChangelog(toolContext);
27+
// umiChangelog(toolContext); // Temporarily commented out as not needed
2828
}

0 commit comments

Comments
 (0)