Add markdown support in changelog

This commit is contained in:
KOWX712
2025-01-02 17:16:10 +08:00
parent 7e2c185c5c
commit ec330a4b0b
4 changed files with 41 additions and 20 deletions

View File

@@ -92,7 +92,7 @@ release_note() {
awk '
/^### v[0-9]+\.[0-9]+$/ {
if (!found) {
version = $2;
version = $0;
found = 1;
next
} else {