[FEATURE] show error/warning in createDeltaPkg if source is missing commits already present on target branch #2052
Labels
e/DevOps
EPIC
enhancement
New feature or request; requires increasing the minor version of mcdev. Jira issue-type "Story"
Milestone
in short, check if git log reveals that target branch should first get merged into source branch:
git log --oneline feature-branch..origin/main
something like this should do the trick:
not sure if fetching is always wanted though.
The text was updated successfully, but these errors were encountered: