We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cfaacf commit 46dc702Copy full SHA for 46dc702
src/index.ts
@@ -24,5 +24,5 @@ export function registerTools(toolContext: ToolContext) {
24
umiLint(toolContext);
25
umiRouteList(toolContext);
26
umiAppdataList(toolContext);
27
- umiChangelog(toolContext);
+ // umiChangelog(toolContext); // Temporarily commented out as not needed
28
}
0 commit comments