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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Cover page rendered a doubled v in its version badge (vv1.8.0 live, vv1.9.2 on rebuild). build-cover-dist.sh substitutes {{VERSION}} with
an already-prefixed v${VERSION}, but the template wrote v{{VERSION}}, so
every publish since the placeholder was introduced doubled the prefix in both
the hero badge and the footer. The template now writes a bare {{VERSION}}.
This recurs on every build rather than being a one-off stale string, so it
could not be fixed by editing the rendered output.