You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tools/autoflow/release.ts:248-317 performs complex branch merges, checkouts, and force-pushes tags. Simplify the release plan to reduce the risk of a half-released state.
Acceptance criteria
Fewer branch transitions.
No force-push of tags unless truly necessary and guarded.
What to build
tools/autoflow/release.ts:248-317performs complex branch merges, checkouts, and force-pushes tags. Simplify the release plan to reduce the risk of a half-released state.Acceptance criteria
Blocked by
#294