hiqdev / chkipper
变更日志维护器
0.2.0
2017-03-03 18:01 UTC
Requires
- yiisoft/yii2: ^2.0
Requires (Dev)
- hiqdev/hidev-chkipper: dev-master
- hiqdev/hidev-hiqdev: <2.0
- hiqdev/hidev-php: <2.0
- yiisoft/yii2: dev-master
This package is auto-updated.
Last update: 2024-08-28 19:49:11 UTC
README
变更日志维护器
帮助跟踪项目的所有提交并将其转换为CHANGELOG文件。
特性
- 从git提交历史填充
history.md
- 将
history.md
转换为CHANGELOG.md
- 创建链接到:版本标签、用户、提交
- 提供
bump $VERSION
命令 - 提供
release-notes
命令
安装
您可以使用composer全局安装chkipper
composer global require 'hiqdev/chkipper'
或者您可以在项目内部要求-dev它
"require-dev": { "hiqdev/chkipper": "*" }
或者您可以下载PHAR版本
wget https://hiqdev.com/chkipper/chkipper.json
许可证
该项目在BSD-3-Clause许可证的条款下发布。更多信息在这里。
版权所有 © 2016-2017,HiQDev (http://hiqdev.com/)