bonndan/release-flow

Semantic release versioning with git-flow and composer

0.1.1 2014-04-13 18:33 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:15:00 UTC


README

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: