-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Denis Puthier edited this page Sep 17, 2018
·
2 revisions
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.
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"