folumi-dev/changelog-generator

Easy way to turn yml files into changlogs with laravel artisan commands.

v1.2.1 2024-11-27 21:16 UTC

This package is auto-updated.

Last update: 2025-03-31 17:42:26 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Easy way to turn yml files into changelogs with laravel artisan commands.

Installation

You can install the package via composer:

composer require folumi-dev/changelog-generator --dev

You can publish the config file with:

php artisan vendor:publish --tag="changelog-generator-config"

You can publish the translations file with:

php artisan vendor:publish --tag="changelog-generator-translations"

Usage

You can generate a yml file with the following command:

php artisan changelog:file

Afterwards you can generate a new version with:

php artisan changelog:generate {version}

Example:

php artisan changelog:generate v1.0.0

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributors

Contributor avatars

License

The MIT License (MIT). Please see License File for more information.