v2.0.0-beta.1
Pre-release
Pre-release
jojomatik-bot
released this
11 Oct 17:11
·
14 commits
to beta
since this release
2.0.0-beta.1 (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)