mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 13:41:10 +00:00
PRs as links in the changelog,
Fixed some changelog typos, Added few missing PR references in the Changelog
This commit is contained in:
@@ -112,6 +112,8 @@ public class MetainfoUpdater {
|
||||
}
|
||||
|
||||
private static String filterLiText(String li) {
|
||||
return li.replaceAll("\\[(#[0-9]+)\\]", "$1");
|
||||
li = li.replaceAll("\\[(#[0-9]+)\\]", "$1");
|
||||
li = li.replaceAll("\\[(PR[0-9]+)\\]", "$1");
|
||||
return li;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user