From 7d1047ea34bcc2cfd5fbcb1698347a3f65a3e96e Mon Sep 17 00:00:00 2001 From: helloplhm-qwq Date: Wed, 31 Jan 2024 23:45:28 +0800 Subject: [PATCH] =?UTF-8?q?build:=20[release]=20=E6=88=91=E6=9D=A5?= =?UTF-8?q?=E5=88=B7=E7=89=88=E6=9C=AC=E5=8F=B7=E8=BE=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/build.py b/build.py index ec12a6c..7d2286a 100644 --- a/build.py +++ b/build.py @@ -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 = []