Releases: jojomatik/sync-branch
Releases · jojomatik/sync-branch
v2.0.2
v2.0.1
v2.0.1-beta.1
2.0.1-beta.1 (2022-10-15)
Bug Fixes
- set correct default value for option
resolve_conflicts
(e9d8fbc)
v1.2.3
v2.0.0
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)
v2.0.0-beta.2
v2.0.0-beta.1
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)