chore: feature branch versions should stay in sync with dev #250

Open
opened 2026-06-06 19:22:03 +00:00 by jmiller · 1 comment
Owner

When dev gets a version bump (e.g. via pre-release workflow), feature branches diverge and show stale versions. Feature branches should either:\n\n1. Auto-rebase/merge from dev when version bumps happen\n2. Or the version bump should propagate to open feature branches\n\nCurrently feature branches are created from dev but never updated when dev's version increments. This causes confusion when reviewing PRs (version mismatch).

When dev gets a version bump (e.g. via pre-release workflow), feature branches diverge and show stale versions. Feature branches should either:\n\n1. Auto-rebase/merge from dev when version bumps happen\n2. Or the version bump should propagate to open feature branches\n\nCurrently feature branches are created from dev but never updated when dev's version increments. This causes confusion when reviewing PRs (version mismatch).
Author
Owner

Branch created: feature/250-chore-feature-branch-versions-should-sta

git fetch origin
git checkout feature/250-chore-feature-branch-versions-should-sta
Branch created: [`feature/250-chore-feature-branch-versions-should-sta`](https://git.mokoconsulting.tech/MokoConsulting/moko-platform/src/branch/feature/250-chore-feature-branch-versions-should-sta) ```bash git fetch origin git checkout feature/250-chore-feature-branch-versions-should-sta ```
Sign in to join this conversation.
No labels
Priority -
Type Task
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/mokoplatform#250