2.0.0 (2022-10-11)
⚠ BREAKING CHANGES
- default behaviour for merge conflict changes
Merge conflicts are now resolved using strategy option ours
by default, forcing conflicts to be auto-resolved cleanly by favoring the target
version. All non-conflicting changes are still reflected in the merge result.
Set input resolve_conflicts
to false
to restore the previous behaviour of failing if any merge conflicts occur.
Features
- add option to automatically resolve merge conflicts (d7daf16)
Bug Fixes
- only checkout
target
for strategymerge
(59149dd)