mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-05-23 19:17:41 +08:00
chore: 提交更新日志
This commit is contained in:
parent
47d4bb3d3a
commit
827c5c59b4
2
build.py
2
build.py
@ -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
BIN
changelog.md
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user