sirjohn96/changelogger
Composer 安装命令:
composer create-project sirjohn96/changelogger
包简介
A tool for generating and managing changelog files.
README 文档
README
Based on a similar system that can be found in the Deployer codebase, Changelogger provides a way to easily manage a changelog file. By providing a CLI tool, Changelogger aims to ease the updating of changelog files while maintaining consistency.
This system assumes adherance to Semantic Versioning will be used in the project it will be leveraged in.
Installation
This is a composer package. It can be installed to any composer-based project by running composer require --dev sirjohn96/changelogger.
Usage
The CLI tool can be leverage for changelog maintenance. The following commands can be used:
./vendor/bin/changelogger update- Adds notes to a new unreleased version with the specified types../vendor/bin/changelogger release- Updates the unreleased notes to the updated version specified and genrates the appropriate diff link.
Compatibility
This system is currently not compatible with GitLab repositories. This will be added in a future release.
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2021-04-13