Skip to content

iofficedk/changelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Changelog

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})

About

create changelog.{branch}.md file

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages