ikepu-tp / laravel-versioning
Fund package maintenance!
ikepu-tp
Requires
- php: ^8.2
- laravel/framework: >=10.8
README
Features
- Generate release notes using interactive command-line interface.
- Automatic release and tagging if using GitHub.
How to use
1. Installation
composer require ikepu-tp/laravel-versioning
2. Installation Command
php artisan versioning:install
3. Create Release Notes
php artisan versioning:make
Descriptions
When creating release notes, the following information will be recorded using an interactive command:
4. View Release Notes
http://localhost/version
*Please replace http://localhost
with your own domain.
Contributing
We welcome contributions to the project! You can get involved through the following ways:
Issue: Use for bug reports, feature suggestions, and more.
Pull Requests: We encourage code contributions for new features and bug fixes.
License
See LICENSE.