Link Search Menu Expand Document

Example Hotfix - Publishing A Patch on a Major Version

Table of Contents

Example Hotfix: Publishing A Patch on a Major Version

In cases like a hotfix, disambiguate multiple semver branches of the same level with a name like: semver/patch-1.0.x But in The gitbranch File - Start & End Branch Commits, use only the standard semver/patch portion of the name.

TODO: Write example.

TODO: If hotfix is needed on lower level semver branches, use cherry-pick, not merge.

Next

Test Code Isolation Branches