Skip to content

Commit 87a9c29

Browse files
committed
Adds release messaging for v17
1 parent 8fc6ac9 commit 87a9c29

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/messages.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,8 @@ export async function showWhatsNewMessage(majorVersion: string): Promise<void> {
236236
const result = await showMessage(
237237
'info',
238238
`Upgraded to GitLens ${majorVersion}${
239-
majorVersion === '16'
240-
? ` with an all new [Home view](${createMarkdownCommandLink<Source>('gitlens.showHomeView', {
241-
source: 'whatsnew',
242-
})} "Show Home view") reimagined as a hub for your current, future, and recent work, [consolidated Source Control views](command:gitlens.views.scm.grouped.focus "Show GitLens view"), and much more.`
239+
majorVersion === '17'
240+
? ' with all new [GitKraken AI](https://gitkraken.com/solutions/gitkraken-ai?source=gitlens&product=gitlens&utm_source=gitlens-extension&utm_medium=in-app-links) access included in GitLens Pro, AI changelog and pull request creation, and Bitbucket integration.'
243241
: " — see what's new."
244242
}`,
245243
undefined,

0 commit comments

Comments
 (0)