fix gen_change_log.py

This commit is contained in:
xaoyaoo 2025-03-08 16:00:45 +08:00
parent 79d8af07ef
commit 4a63d6fa3e

View File

@ -11,6 +11,7 @@ import time
def custom_sort_key(tag):
tag = tag.split(',')[0]
if tag == 'python':
return "000.000.000"
elif tag == 'HEAD':