diff --git a/build.py b/build.py index 7b6b11e..3e31f23 100644 --- a/build.py +++ b/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 = [] diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..12a4c37 Binary files /dev/null and b/changelog.md differ