Skip to content

Commit 8616286

Browse files
fix: use none as platform for printing upgarding link (#2018)
1 parent f1de95b commit 8616286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-tools/src/releaseChecker/printNewRelease.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function printNewRelease(
2121
logger.info(`Diff: ${chalk.dim.underline(latestRelease.diffUrl)}`);
2222
logger.info(
2323
`For more info, check out "${chalk.dim.underline(
24-
link.docs('upgrading', 'inherit'),
24+
link.docs('upgrading', 'none'),
2525
)}".`,
2626
);
2727

0 commit comments

Comments
 (0)