PHPackages                             weble/release-command - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. weble/release-command

ActiveLibrary[CLI &amp; Console](/categories/cli)

weble/release-command
=====================

Laravel Release command using git flow

1.1.1(10mo ago)0236[4 PRs](https://github.com/Weble/release-command/pulls)MITPHPPHP ^8.1CI passing

Since Mar 9Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/Weble/release-command)[ Packagist](https://packagist.org/packages/weble/release-command)[ Docs](https://github.com/weble/release-command)[ RSS](/packages/weble-release-command/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependencies (16)Versions (10)Used By (0)

Laravel Release Command using Git Flow
======================================

[](#laravel-release-command-using-git-flow)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4a8ed4bc37e1a4d3278fa99c8c69f8ef2bf0387b449f2b3c0f76ce75a752a742/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7765626c652f72656c656173652d636f6d6d616e642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/weble/release-command)[![GitHub Tests Action Status](https://camo.githubusercontent.com/d9e87c39e88dc31b6c21a5ec7debedb804bd13b4a5462dda7f72dce2e8adb9cb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7765626c652f72656c656173652d636f6d6d616e642f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/weble/release-command/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/5ea50bfd5fc4a104a508b1287fab4a429dc965a81a1f144782e7936a7f9189df/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7765626c652f72656c656173652d636f6d6d616e642f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/weble/release-command/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/0580fba5177aefac2b7e5720fd749867c54879cd2c351b8c10872d0b52ae2baa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7765626c652f72656c656173652d636f6d6d616e642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/weble/release-command)

Quickly release by relying on git flow and tagging a new relase.

`php artisan release`

Installation
------------

[](#installation)

You can install the package via composer --dev:

```
composer require weble/release-command --dev
```

You can publish the config file with:

```
php artisan vendor:publish --tag="release-command-config"
```

This is the contents of the published config file:

```
