Skip to content
Success

Changes

Summary

  1. fix(flow): handle hotfix tags on feature release branches (#4493) (commit: efd334d) (details)
Commit efd334d084b18f225f64d825979a34da74190c1e by noreply
fix(flow): handle hotfix tags on feature release branches (#4493)

Allow an optional "feature/" prefix in release branch detection and add
a
check for hotfix-style prerelease tags (YYYYMMDD-shortcommit). When a
feature branch contains such a hotfix tag, return the formatted release
version (v + semver) instead of treating it as a regular feature
prerelease. This prevents appending feature suffixes to hotfixed
releases.
(commit: efd334d)
The file was modifiedscripts/flow/build/versioning-strategy.ts (diff)
The file was modifiedscripts/flow/build/versioning-strategy.test.ts (diff)