https://github.com/lloc/gitphpcl
Generate your changelog from git with PHP
https://github.com/lloc/gitphpcl
Last synced: 3 months ago
JSON representation
Generate your changelog from git with PHP
- Host: GitHub
- URL: https://github.com/lloc/gitphpcl
- Owner: lloc
- License: gpl-3.0
- Created: 2018-01-04T11:37:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-31T15:31:00.000Z (over 1 year ago)
- Last Synced: 2025-09-22T18:34:44.845Z (9 months ago)
- Language: PHP
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.