Skip to content

Two branch rules the v0.1.0 release turned up - #158

Merged
WaylandYang merged 1 commit into
devfrom
docs/branch-flow-back-merge
Sep 1, 2026
Merged

Two branch rules the v0.1.0 release turned up#158
WaylandYang merged 1 commit into
devfrom
docs/branch-flow-back-merge

Conversation

@WaylandYang

Copy link
Copy Markdown
Contributor

Cutting v0.1.0 exposed two gaps in the branch flow, both of them maintainer-side.

Back-merge after a release. dev → main was merged with a merge commit so the individual pull requests stay readable in main's history, and that commit exists only on main. main then reads as one ahead while the trees are byte-identical, and the gap would grow by one every release. #157 corrected it this time; the guide now says to do it every time.

Urgent fixes still go through dev. The guide described the normal path but left the shortcut open. A PR opened straight against main is the only thing that makes the two branches genuinely diverge, rather than differ by a bookkeeping node.

Both languages.

Signed-off-by: WaylandYang <wayland0916@gmail.com>
@WaylandYang
WaylandYang merged commit f83ae74 into dev Sep 1, 2026
3 checks passed
@WaylandYang
WaylandYang deleted the docs/branch-flow-back-merge branch September 1, 2026 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant