Skip to content

Commit e3fb3c8

Browse files
authored
fix: updates getLatestRelease.ts to use currentVersion in diffUrl (#2231)
1 parent adab94c commit e3fb3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default async function getLatestRelease(
7676
stable,
7777
candidate,
7878
changelogUrl: buildChangelogUrl(stable),
79-
diffUrl: buildDiffUrl(stable),
79+
diffUrl: buildDiffUrl(currentVersion),
8080
};
8181
}
8282
} catch (e) {

0 commit comments

Comments
 (0)