Skip to content

bonndan/release-flow

Repository files navigation

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:

About

Semantic release versioning with git-flow and composer

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages