cf-ops-automation icon indicating copy to clipboard operation
cf-ops-automation copied to clipboard

Recreate WIP branch does not handle submodules properly

Open o-orand opened this issue 3 years ago • 1 comments

Expected behavior

As template author, As ops, I need to have git submodule creation in feature branch to be managed properly during WIP branch recreate

Observed behavior

On WIP branch recreate, .gitmodule is modified but commit referencing submodule level is not applied

Affected release

5.0.3, latest

o-orand avatar Jan 07 '21 12:01 o-orand

workaround n°1: Submodules declared on default git branch are properly handled, so merge submodule declaration into default git branch. workaround n°2: use wip branch and manually cherry pick commit including submodule bump

o-orand avatar Jan 07 '21 12:01 o-orand