feat(FN-3429): add branch and baseBranch fields to task schema

Adds a changeset for feature FN-3429 to track the branch/baseBranch task fields, marking this work for the next `@runfusion/fusion` release.

Fusion-Task-Id: FN-3429
This commit is contained in:
Fusion
2026-05-07 12:55:54 -07:00
committed by gsxdsm
parent 19584fcdee
commit dcead400c9

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Treat task working branch (`branch`) and merge-target base branch (`baseBranch`) as distinct user-controlled fields across task create/edit flows, board display and filtering (including no-branch filters), and merge behavior that defaults the target branch to `main` when `baseBranch` is unset.