joshuawebdev/auto-changelog

Creates a changelog file automatically from git logs for PHP Projects

v1.0.1 2024-07-29 08:45 UTC

This package is auto-updated.

Last update: 2024-09-29 09:27:26 UTC


README

Creates a changelog file automatically from git logs

Requirements

  • Git
  • PHP
  • Composer

Installation

composer require --dev joshuawebdev/auto-changelog

Usage

php vendor/joshuawebdev/auto-changelog/generate.php

After run the command above you get a CHANGELOG.md file like this:

You can then change the CHANGELOG.md file to add more information, remove unnecessary information or change the commit messages, as shown in the image below.

To learn more about the syntax of a changelog, visit Keep a Changelog.