hiqdev / chkipper
Changelog keeper
Installs: 147
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 5
Forks: 0
Open Issues: 0
Type:project
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-10-28 20:13:29 UTC
README
Changelog keeper
Helps to track all the commits to your project and convert them to CHANGELOG file.
Features:
- fills
history.md
from git commits history - converts
history.md
toCHANGELOG.md
- creates links to: version tags, users, commits
- provides
bump $VERSION
command - provides
release-notes
command
Installation
You can install chkipper
with composer globally:
composer global require 'hiqdev/chkipper'
Or you can require-dev it inside of your project:
"require-dev": { "hiqdev/chkipper": "*" }
Or you can download PHAR version:
wget https://hiqdev.com/chkipper/chkipper.json
License
This project is released under the terms of the BSD-3-Clause license. Read more here.
Copyright © 2016-2017, HiQDev (http://hiqdev.com/)