Skip to content

libgtftk wiki

Denis Puthier edited this page Sep 17, 2018 · 1 revision

Welcome to the libgtftk wiki!

For developpers

For git hubflow usage see 'https://datasift.github.io/gitflow/GitFlowForGitHub.html'.

Creating a release

Preparing the new release tag on github

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.

Hotfix

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"
Clone this wiki locally