Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMa0012 committed Aug 1, 2023
1 parent c118dff commit a9f84ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified ReleaseTools/Release.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion ReleaseTools/Release.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def get_release_comment(last_release_date = '2023-06-23'):
repo : gh.github.repo.Repository = g.repository(engine_user, engine_repo)
comment = ''
for commit in repo.commits(since=last_release_date):
comment += f'[[{commit.sha[0:7]}]({commit.html_url})]\t'
comment += f'\n[[{commit.sha[0:7]}]({commit.html_url})]\n'
comment += commit.message
comment += '\n'
return comment
Expand Down

0 comments on commit a9f84ce

Please sign in to comment.