Create a Branch

Use Create Branch when you want a separate working line to make changes without disturbing other versions.

Steps

  1. In the Versioning tab, select one version row you want to branch from.

  2. Click Create Branch.

  3. In the panel that opens:

    • Confirm “Created from”.

    • Choose Type = Branch (it should already be set if you clicked “Create Branch”, but you can change it).

    • Enter a Name (required).

    • Enter a Description (optional).

    • Optionally enable Skip upgrades from marketplace if you do not want marketplace upgrades to be applied during this branch creation workflow.

    • You may see Is hotfix branch? displayed as enabled but not editable.

  4. Finish/submit the panel to create the branch.

Notes about “hotfix branch”

In the current behavior:

  • Branch creation is treated as a hotfix-style branch (the UI indicates “Is hotfix branch?” and it is enabled).

  • This is meant to support quick, isolated fixes without changing the main release directly.

If your organization has a specific hotfix process (naming conventions, approvals, etc.), follow it when naming/describing the branch.

Last updated