Git Flow v1.0.18
Git Flow v1.0.18
Changes
- Add Merge Branch action to merge any selected branch into the current branch.
- Pull the selected source branch before merging with no rebase.
- Require a clean current branch or prompt for commit before merge.
- Preflight merge conflicts and show conflicted file counts/list before aborting.
- Add service tests for successful merge and conflict abort.
Validation
- flutter analyze
- flutter test
- flutter build windows --release
Full Changelog: v1.0.17...v1.0.18