rvanginneken/gitbox
Composer 安装命令:
composer require rvanginneken/gitbox
包简介
A GIT extension for The Box Versioning.
README 文档
README
git-box
A GIT extension which uses the petervanderdoes/gitflow-avh extension to create branches following the box's versioning:
MAJOR.RELEASE.HOTFIX
git-box will only bump version if there is no active release/hotfix (local or remote) and the last tag was using our versioning. Assuming everything else was set up as expected, you end it up with a branch that has been synced to remote.
Installation
After installing gitflow-avh, git-box can be installed with composer:
$ composer global require rvanginneken/gitbox
Usage
Assuming our latest tag was 7.3.1, the following changes would apply:
- Using
$ git box majorwould bump the version to8.0.0. - Using
$ git box releasewould bump the version to7.4.0. - Using
$ git box hotfixwould bump the version to7.3.2.
Created by Roy Van Ginneken & Martijn Cuppens.
统计信息
- 总下载量: 49
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2018-08-10