ci(docs): replace replace-flex-version with the tag on stable doc builds#2903
Conversation
…on stable builds build-docs.yml's stable branch still ran s/replace-janssen-version/.../ (copied from jans), so flex's replace-flex-version doc placeholders were never substituted with the tag on a release - they stayed literal. Point it at replace-flex-version (the same sed covers replace-flex-version-stable via the prefix and vreplace-flex-version -> v<ver>). Also fix a stray vreplace-janssen-version in suse.md: it's a GluuFederation/flex release-download URL, so it's vreplace-flex-version. Signed-off-by: moauto <54212639+mo-auto@users.noreply.github.com>
|
Warning Review limit reached
More reviews will be available in 35 minutes and 14 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
build-docs.yml's stable branch still rans/replace-janssen-version/${LATEST:1}/— copied from jans — so flex'sreplace-flex-versiondoc placeholders were never substituted with the tag on a release (they stayed literal). Point it atreplace-flex-version; the same sed also coversreplace-flex-version-stable(via the prefix →<ver>-stable) andvreplace-flex-version(→v<ver>).Also fixed a stray
vreplace-janssen-versionindocs/install/vm-install/suse.md— it's aGluuFederation/flexrelease-download URL, so it should bevreplace-flex-version.Verified with
LATEST=v6.2.0:--version=replace-flex-version→--version=6.2.0, and.../vreplace-flex-version/flex_replace-flex-version-stable.bundle→.../v6.2.0/flex_6.2.0-stable.bundle. Noreplace-janssen-versionremains in flex docs.