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(release): wire rest.rst example versions into bump/verify; fail on unparseable version
The gateway-version literals in docs/api/rest.rst example responses (root `/`
and version-info `vendor_info`) were bumped by hand and were not covered by
`release.sh bump`/`verify`, so a future release would leave them stale and
`verify` would not catch it. Bump and verify them now, anchored on the adjacent
`name` keys so the SOVD API `"version": "1.0.0"` is never rewritten or checked.
Also harden the no-arg `verify` consistency path: a version pattern that fails
to match falls through as `unknown`, and an all-`unknown` run would collapse to
a single unique value and false-pass. Treat any `unknown` as a hard failure.
0 commit comments