Skip to content

Commit

Permalink
chore: 版本日志格式优化 (closed TencentBlueKing#2445)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyyalt committed Sep 25, 2024
1 parent 12b3fec commit 104c1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/workflows/release/upgrade_release_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def extract_params(argv) -> Dict[str, Union[str, bool, int, float]]:
changelog = changelog_fs.read()

# 拼接日志
release_text = f"\n## {prerelease_version} - {datetime.date.today()} \n\n{changelog}"
release_text = f"\n## {prerelease_version} 版本更新日志 \n\n{changelog}"

# 如果发布日志目录路径不存在,逐层进行创建,并且忽略已创建的层级(exist_ok)
if not os.path.exists(release_log_root):
Expand Down

0 comments on commit 104c1dc

Please sign in to comment.