Skip to content

Git Flow v1.0.18

Choose a tag to compare

@asifkhalid03 asifkhalid03 released this 24 Aug 18:48
· 4 commits to main since this release

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