From 0ab7ccc5b7fb4d861f062c9722eef54ee5e36245 Mon Sep 17 00:00:00 2001 From: Mehul Kiran Chaudhari <55375534+MehulKChaudhari@users.noreply.github.com> Date: Fri, 17 Jan 2025 02:13:46 +0530 Subject: [PATCH] fix: lint and tag --- app/helpers/github-link.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/helpers/github-link.js b/app/helpers/github-link.js index 28eecd1b..fff6f795 100644 --- a/app/helpers/github-link.js +++ b/app/helpers/github-link.js @@ -7,8 +7,7 @@ export function githubLink([project, version, file, line], { isEdit = false }) { // Check if the project is 'ember' and adjust the tag only if the major version is >= 6 to match the Git tags const adjustedVersion = - isEmberProject && majorVersion >= 6 ? `${version}-ember-source` - : version; + isEmberProject && majorVersion >= 6 ? `v${version}-ember-source` : `v${version}`; if (isEdit) { return `https://github.com/${githubMap[project]}/edit/release${mainDir(