1 Star 0 Fork 0

让爱随风/MoneyPrinterTurbo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
changelog.py 435 Bytes
一键复制 编辑 原始数据 按行查看 历史
yyhhyyyyyy 提交于 2024-07-24 14:59 . Format project code
from git_changelog.cli import build_and_render
# 运行这段脚本自动生成CHANGELOG.md文件
build_and_render(
repository=".",
output="CHANGELOG.md",
convention="angular",
provider="github",
template="keepachangelog",
parse_trailers=True,
parse_refs=False,
sections=["build", "deps", "feat", "fix", "refactor"],
versioning="pep440",
bump="1.1.2", # 指定bump版本
in_place=True,
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/19900303/MoneyPrinterTurbo.git
git@gitee.com:19900303/MoneyPrinterTurbo.git
19900303
MoneyPrinterTurbo
MoneyPrinterTurbo
dev

搜索帮助