lloc / gitphpcl
Generate your changelog from git with PHP
Installs: 12 079
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: >=7.4
Requires (Dev)
- phpcompatibility/php-compatibility: ^9.3
- phpstan/phpstan: ^1.10
- squizlabs/php_codesniffer: ^3.7
README
Generate your changelog from git with PHP
First, add gitphpcl as a dev-dependency with Composer:
composer require --dev lloc/gitphpcl
Tag your releases like
git tag v1.0
You can now create your Changelog with the command
vendor/lloc/gitphpcl/changelog -f Changelog.md
or
vendor/lloc/gitphpcl/changeog -f Changelog.md -p path/to/another/repository
You should check (and correct) the output anyway. There is no guarantee that all commit messages are meaningful.