Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orumad/laravel-app-version
Update app version, changelog and commit changes to git
https://github.com/orumad/laravel-app-version
Last synced: 4 days ago
JSON representation
Update app version, changelog and commit changes to git
- Host: GitHub
- URL: https://github.com/orumad/laravel-app-version
- Owner: orumad
- License: mit
- Created: 2023-11-08T12:12:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-09T12:56:53.000Z (about 1 year ago)
- Last Synced: 2024-04-11T03:57:13.167Z (7 months ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel App Version
My **_(own & personal)_** system to _update_ the **version** of Laravel applications, their **changelog** and _commit_ changes to git.Additionally, it can merge changes from the `main`` branch to the `deploy` branch in order to _deploy_ automatically these changes to the remote server.
This package installs a Laravel console command called `update:version` that can perform all the tasks described above.
Usage:
```sh
$ php artisan update:version {message} {--T|tag=version} {--deploy}
```_NOTE: due to the very personal nature of this task, the repository's issues system has been disabled. Feel free to fork and make the changes you need to adapt this to your own system._