Skip to content

fix: Automate versioned documentation publication - #6763

Open
larrysingleton007 wants to merge 1 commit into
feast-dev:masterfrom
larrysingleton007:feature/issue-6762-automate-and-verify-versioned
Open

fix: Automate versioned documentation publication#6763
larrysingleton007 wants to merge 1 commit into
feast-dev:masterfrom
larrysingleton007:feature/issue-6762-automate-and-verify-versioned

Conversation

@larrysingleton007

Copy link
Copy Markdown
Contributor

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

  • I've made sure the tests are passing.
  • My commits are signed off (git commit -s)
  • My PR title follows conventional commits format

Testing Strategy

  • Unit tests
  • Integration tests
  • Manual tests
  • Testing is not required for this change

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.

Fixes feast-dev#6762

Signed-off-by: Larry Singleton <166439969+larrysingleton007@users.noreply.github.com>
@codecov-commenter

codecov-commenter commented Aug 19, 2026

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 46.98%. Comparing base (aade119) to head (025d862).
⚠️ Report is 1 commits behind head on master.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files

Impacted file tree graph

@@           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           
Flag Coverage Δ
go-feature-server 30.58% <ø> (ø)
python-unit 48.29% <ø> (ø)

Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e79bd33...025d862. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Automate and verify versioned documentation publication after minor releases

2 participants