Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.06 KB

Readme.md

File metadata and controls

44 lines (30 loc) · 1.06 KB

Release with the flow.

This project is going to be a successor of release-manager. It will be a zero-conf tool to version PHP project releases semantically, tightly coupled with composer and git-flow.

screenshot

Usage:

```bash
release-flow start
release-flow finish
```

or to hotfix (patch-bump version based on master branch)

```bash
release-flow hotfix
release-flow finish
```

Installation:

Download the phar from github, then chmod and move it to your $PATH:

chmod 755 release-flow.phar
sudo mv release-flow.phar /usr/local/bin/release-flow

Optionally you can checkout the project and install it using phar-composer.

Related projects: