auto-changelog:一个小程序,它将使用“常规样式”提交消息从git repos生成更改日志

时间:2021-05-15 15:42:00
【文件属性】:
文件名称:auto-changelog:一个小程序,它将使用“常规样式”提交消息从git repos生成更改日志
文件大小:559KB
文件格式:ZIP
更新时间:2021-05-15 15:42:00
Python 自动变更日志 一个快速脚本,它将使用提交消息为任何git存储库生成一个更改日志。 安装 使用安装和更新: pip install auto-changelog 或直接从来源(通过诗歌): poetry install poetry build pip install dist/*.whl 用法 您可以通过运行auto-changelog --help列出命令行选项: Usage: auto-changelog [OPTIONS] Options: -p, --path-repo PATH Path to the repository's root directory [Default: .] -t, --title TEXT The changelog's title [Default
【文件预览】:
auto-changelog-master
----README.rst(5KB)
----poetry.lock(40KB)
----pyproject.toml(2KB)
----example-usage.gif(553KB)
----tests()
--------custom_template()
--------test_domain_model.py(2KB)
--------integration_test.py(22KB)
--------test_presenter.py(5KB)
--------test_repository.py(9KB)
----LICENSE(1KB)
----.gitlab-ci.yml(805B)
----setup.cfg(58B)
----.gitignore(3KB)
----CHANGELOG.md(10KB)
----Makefile(2KB)
----auto_changelog()
--------repository.py(10KB)
--------templates()
--------domain_model.py(7KB)
--------__main__.py(4KB)
--------__init__.py(2KB)
--------presenter.py(2KB)
----.flake8(31B)
----.pre-commit-config.yaml(324B)

网友评论