Skip to content

Standard GitFlow branch model with Gradle project version management

License

Notifications You must be signed in to change notification settings

sgyyz/gitflow-gradle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitflow Gradle

This is used for the general Gradle project to use the standard Git Flow branch model to do the release/hotfix. The highlight of this repository is help us to update the gradle.properties version for release/hotfix.

Usage

Release

$ ./release.sh start
$ git checkout release/xxxx

## Add your commits to the release branch
$ ./release.sh finish

Hotfix

$ git checkout main
$ ./hotfix.sh start
$ git checkout hotfix/xxxx

## Add your commits to the hotfix branch
$ ./hotfix.sh finish # default will merge back to the main/develop branch
## Or
$ ./hotfix.sh finish release/xxx # will merge back to the main/release branch

About

Standard GitFlow branch model with Gradle project version management

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages