fix gen_change_log.py
This commit is contained in:
parent
79d8af07ef
commit
4a63d6fa3e
@ -11,6 +11,7 @@ import time
|
|||||||
|
|
||||||
|
|
||||||
def custom_sort_key(tag):
|
def custom_sort_key(tag):
|
||||||
|
tag = tag.split(',')[0]
|
||||||
if tag == 'python':
|
if tag == 'python':
|
||||||
return "000.000.000"
|
return "000.000.000"
|
||||||
elif tag == 'HEAD':
|
elif tag == 'HEAD':
|
||||||
|
Loading…
Reference in New Issue
Block a user