Skip to content

Commit

Permalink
fix: shorten github url in release template
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain committed Feb 28, 2024
1 parent ca904fa commit 191be2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/github/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ export function replaceGitHubUrlToMarkdown(
}
});

text = makeMarkdown(tree);

return text;
}

Expand Down

0 comments on commit 191be2f

Please sign in to comment.