This package for Laravel is inspired by Keep a Changelog. The purpose of this package is the goal to provide a command line utility to create and update changelog files in a unique way.
composer require ambersive/keepachangelog --dev
The following command will add a line to the "unreleased" block.
php artisan changelog:add
If you want to release the "unreleased" block:
php artisan changelog:release
Further information about this package can be found here.
If you discover a security vulnerability within Laravel, please send an e-mail to Manuel Pirker-Ihl via manuel.pirker-ihl@ambersive.com. All security vulnerabilities will be promptly addressed.
This package is open-sourced software licensed under the MIT license.