-
Notifications
You must be signed in to change notification settings - Fork 2
libgtftk wiki
Denis Puthier edited this page Sep 17, 2018
·
1 revision
Welcome to the libgtftk wiki!
For git hubflow usage see 'https://datasift.github.io/gitflow/GitFlowForGitHub.html'.
Example with release 0.9.0
When everything seems to be ok you can go for a release. Follow these rules.
- Start a new release from develop branch (git hf release start 0.9.0).
- Publish the release using "git hf release finish 0.9.0"
- On the github page. Delete the tag.
- Create the tag through the gitub interface.
A special case of branch starting from master with modifications not to be directly included in develop branch (but upon merge with master).
- git hf hotfix start "0.9.1"
- git hf hotfix finish "0.9.1"