chore: regenerate soc-optimization-unified docs for v3.10.1#918
Merged
Conversation
Post-release docs catchup. `soc-optimization-unified` was bumped from v3.10.0 → v3.10.1 by the #916 auto-bump (commit 14469da, per-(lifecycle, category) dedup wiring), but `docs/soc-optimization-unified/overview.md` on main wasn't regenerated. This regen syncs the overview to the on-main pack_metadata / pack_catalog (3.10.1). Docs-only — no pack content changed. Labels: version:patch
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 does this content do?
Docs-only post-release catchup. After
soc-optimization-unifiedwas bumped to v3.10.1 by #916's auto-bump (commit14469da— "per-(lifecycle, category) dedup wiring"), the on-mainpack_metadataandpack_catalog.jsonshow 3.10.1 butdocs/soc-optimization-unified/overview.mdstill rendered 3.10.0. This regen syncs the overview.Content type
tools/prep_docs.py)Target pack
N/A — change is in the repo-level
docs/. The doc describessoc-optimization-unifiedbut the pack itself is not modified.What changed
docs/soc-optimization-unified/overview.md:Versionfield3.10.0→3.10.1, release URL likewise.Packs/— so the post-merge release pipeline correctly skips bump/build/catalog for this PR.Why now
Blocking
check_contribution'sprep_docs --checkgate on every subsequent local validation — same pattern as #917 for nist-ir. Tiny PR to clear it before the soc-opt.pyPR.