mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-12 22:39:33 +02:00
Remove checksum from release notes and improve download tip
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user