Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lloc/gitphpcl

Generate your changelog from git with PHP
https://github.com/lloc/gitphpcl

Last synced: about 1 month ago
JSON representation

Generate your changelog from git with PHP

Awesome Lists containing this project

README

        

# gitphpcl

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.