bonndan / release-flow
Semantic release versioning with git-flow and composer
0.1.1
2014-04-13 18:33 UTC
Requires
- php: >=5.3.3
- kzykhys/git: 1.0.*@dev
- symfony/console: >=2.4.0
- vierbergenlars/php-semver: 3.0.0-rc2
Suggests
- clue/phar-composer: dev-master
- git-flow: *
This package is not auto-updated.
Last update: 2024-11-09 15:37:13 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.
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.