fix: Automate versioned documentation publication - #6763
Open
larrysingleton007 wants to merge 1 commit into
Open
fix: Automate versioned documentation publication#6763larrysingleton007 wants to merge 1 commit into
larrysingleton007 wants to merge 1 commit into
Conversation
Fixes feast-dev#6762 Signed-off-by: Larry Singleton <166439969+larrysingleton007@users.noreply.github.com>
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6763 +/- ##
=======================================
Coverage 46.98% 46.98%
=======================================
Files 418 418
Lines 51675 51675
Branches 7485 7485
=======================================
Hits 24281 24281
Misses 25666 25666
Partials 1728 1728
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
Minor releases currently finish without creating their maintenance branch or advancing the public GitBook version. This adds a post-release job that creates or verifies the version branch, imports it into GitBook, publishes it, and confirms it became the default.
The helper is safe to rerun. It reuses matching resources, refuses to move a conflicting maintenance branch, and keeps the previous documentation default until the new import succeeds. The release guide now covers the required GitBook configuration and manual recovery path.
Which issue(s) this PR fixes:
Fixes #6762
Checks
git commit -s)Testing Strategy
Ran the 10 focused unit tests, Ruff, repository pre-commit hooks, YAML parsing, a credential-free dry run, and
git diff --check. Live GitBook validation still requires a maintainer-owned test site and scoped token.