lloc/gitphpcl

Generate your changelog from git with PHP

Maintainers

Details

github.com/lloc/gitphpcl

Source

Issues

Installs: 12 280

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/lloc/gitphpcl

v1.0.0 2023-09-15 14:19 UTC

This package is auto-updated.

Last update: 2025-09-29 01:39:11 UTC


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.