Skip to content

Commit

Permalink
chore: 提交更新日志
Browse files Browse the repository at this point in the history
  • Loading branch information
lerdb committed Feb 2, 2024
1 parent 47d4bb3 commit 827c5c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down
Binary file added changelog.md
Binary file not shown.

0 comments on commit 827c5c5

Please sign in to comment.