Skip to content
Denis Puthier edited this page Sep 17, 2018 · 2 revisions

Welcome to the libgtftk wiki!

For developpers

Create 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).
  • Check everything is working as expected.
  • Change the release name in version.h
  • Commit your changes.
  • Publish the release using "git hf release finish 0.9.0"
  • On the github page. Delete the release.
  • Create the release through the github 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"