Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lloc/gitphpcl
- Owner: lloc
- License: gpl-3.0
- Created: 2018-01-04T11:37:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-15T14:20:38.000Z (over 1 year ago)
- Last Synced: 2024-10-18T08:54:23.605Z (2 months ago)
- Language: PHP
- Size: 26.4 KB
- Stars: 1
- Watchers: 3
- 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.