ambersive / keepachangelog
Use https://keepachangelog.com/en/1.0.0/ in your laravel project.
Requires
- illuminate/support: 6.*|7.*|8.*
- phlak/semver: ^3.2
Requires (Dev)
- php: >=7.4
- illuminate/support: 5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*
- laravel/framework: 5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*
- orchestra/testbench: 3.8.*|4.*|5.*
- phpunit/phpunit: ^9.3@dev
This package is auto-updated.
Last update: 2024-12-10 21:32:13 UTC
README
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.
Installation
composer require ambersive/keepachangelog --dev
Commands
Add line
The following command will add a line to the "unreleased" block.
php artisan changelog:add
Release
If you want to release the "unreleased" block:
php artisan changelog:release
Documentation
Further information about this package can be found here.
Security Vulnerabilities
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.
License
This package is open-sourced software licensed under the MIT license.