chore: 提交更新日志

This commit is contained in:
lerdb 2024-02-02 23:06:31 +08:00
parent 47d4bb3d3a
commit 827c5c59b4
No known key found for this signature in database
GPG Key ID: FBBF3738C577282C
2 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ def get_specified_tag(index):
def get_changelog():
cmd = ['git', 'log', f'{get_specified_tag(-1)}..HEAD', '--pretty=format:"%h %s"']
print(cmd)
# print(cmd)
res = subprocess.check_output(cmd).decode('utf-8').strip()
res = res.split('\n')
featMsg = []

BIN
changelog.md Normal file

Binary file not shown.