Remove checksum from release notes and improve download tip

This commit is contained in:
AntsyLich
2025-08-03 02:23:15 +06:00
parent 358adb8cd1
commit b93337cb3d
2 changed files with 5 additions and 28 deletions

View File

@@ -27,7 +27,7 @@ class ReleaseServiceImpl(
return Release(
version = release.version,
info = release.info.replace(gitHubUsernameMentionRegex) { mention ->
info = release.info.substringBeforeLast("<!-->").replace(gitHubUsernameMentionRegex) { mention ->
"[${mention.value}](https://github.com/${mention.value.substring(1)})"
},
releaseLink = release.releaseLink,