e98developer/laravel-changelog-manager
最新稳定版本:0.0.3
Composer 安装命令:
composer require e98developer/laravel-changelog-manager
包简介
Changelog manager for laravel
README 文档
README
This is a package that give a very simple changelog and release version solution.
How to install
- Run
composer require e98developer/laravel-changelog-manager - Run
php artisan migrate
How to use
Initialize new release
- First run
php artisan changelog:init - Set version number (like use SemVer)
- If you want, give a description of the edition
- Notice Next question "Do you want set released?" not working background, so please select no
Add new changelog
- First run
php artisan changelog:add - If you have many not released version, please choice which one you want to write a logo for.
- Choice changelog type ['ADD','FIX','MOD','DEL']
- Add changelog description
Release version
- First run
php artisan changelog:release - If you have many not released version, please choice which one you want to release.
Get actual version
- use
LaravelChangeLogManager::getVersion()
Look released versions and changelog list on werb
- visit
{baseUrl}/changelog-manager/release
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-03-16