Skip to content

Instantly share code, notes, and snippets.

@stuarta
Last active February 6, 2020 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stuarta/1b592882e583c9bb410f6b944c6bc894 to your computer and use it in GitHub Desktop.
Save stuarta/1b592882e583c9bb410f6b944c6bc894 to your computer and use it in GitHub Desktop.
Details on what to do when cutting a branch for MythTV
- Create Branches for each repo (mythtv, mythweb, packaging) and push
* Master
- Update VERSION in master to next -Pre version. ie v32-Pre. and push
- Create tag in master for next -Pre version. ie v32-Pre, and *force* push
- Update binary version (mythtv/libs/libmythbase/mythversion.h)
- Update library version (mythtv/settings.pro & mythplugins/settings.pro)
* Branch
- Update VERSION in fixes branch to something like "v31-Branch". and push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment