chore: feature branch versions should stay in sync with dev #250
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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).
Branch created:
feature/250-chore-feature-branch-versions-should-sta