iofficedk/changelog

git log parser for php

v1.0.2 2021-11-13 12:38 UTC

This package is auto-updated.

Last update: 2024-05-13 17:55:08 UTC


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