bonndan/release-flow
Composer 安装命令:
composer require bonndan/release-flow
包简介
Semantic release versioning with git-flow and composer
README 文档
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.
Related projects:
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-04-13
