iofficedk / changelog
git log parser for php
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/iofficedk/changelog
Requires
- php: >7.0.0
- symfony/process: ^5.3
README
A small script to do the boring job making a changelog. It extracts data from Git log and put nicely into a changelog.{branch}.md file in doc root.
Satisfies most bosses.
$Changelog = \Io\Changelog\App::get()->create();
Or
$Changelog = \Io\Changelog\App::get(); $Changelog->create();
Options
set the output file {name}.md, default is changelog.{current branch}.md
$Changelog->setName({name})
set how long back the changelog must go. Max 12 month back min 1 month back
$Changelog->setSince({number})