Skip to content

Commit

Permalink
build: [release] 我来刷版本号辣
Browse files Browse the repository at this point in the history
  • Loading branch information
helloplhm-qwq committed Jan 31, 2024
1 parent 878a9f8 commit 7d1047e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def get_specified_tag(index):

def get_changelog():
cmd = ['git', 'log', f'{get_latest_tag()}..HEAD', '--pretty=format:"%h %s"']
print(cmd)
res = subprocess.check_output(cmd).decode('utf-8').strip()
res = res.split('\n')
featMsg = []
Expand Down

0 comments on commit 7d1047e

Please sign in to comment.