You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the forward flow logic makes several commits per an update - repo sources, version file updates, VMR patch reapplication.
It would be better to have a single commit per each update so that PRs are easier to read.
Goal
Either commit --ammend each new commit or put commits on a separate branch which will get squash-merged into the target branch.
The text was updated successfully, but these errors were encountered:
Context
Currently, the forward flow logic makes several commits per an update - repo sources, version file updates, VMR patch reapplication.
It would be better to have a single commit per each update so that PRs are easier to read.
Goal
Either
commit --ammend
each new commit or put commits on a separate branch which will get squash-merged into the target branch.The text was updated successfully, but these errors were encountered: