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
fix(docs): fix version discovery to match three-part branch names
The release branches use three-part versions (e.g. rel/1.60.0) but
discover-versions.sh filtered with a two-part regex (major.minor),
matching zero branches. Updated the regex to match three-part versions
and strip the patch to get the section name (1.60), aligning with the
original generate.sh behavior and docs/config/production/params.toml.
jira: trivial
risk: nonprod
0 commit comments