shell
php artisan changelog:add --type="feat" --message="Implement the whole function for magic"
shell
php artisan changelog:release --releasename="My First Release" --type=patch
shell
php artisan changelog:generate-md
{"unreleased":{"name":"tbd","date":"","release":false},
"1.0.1.rc0":{"name":"My First Release","date":"2022-12-22 23:56:34","release":true,"feat":[{"message":"My first feature"},{"message":"Implement the whole function for magic"}]}}
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.