Publish versioned release websites and templated resource links - #46
Merged
Conversation
Signed-off-by: helly25 <6420169+helly25@users.noreply.github.com>
This was referenced Sep 7, 2026
Signed-off-by: helly25 <6420169+helly25@users.noreply.github.com>
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.
Publish bashtest documentation as immutable static websites for each release, with a root redirect to the latest stable release. Historical releases can be backfilled without making a new release or moving a tag.
AG;DR
release-site.jsonmapping repository source paths to published HTML/assets undersite/tag/<exact-tag>/. Convert tagged Markdown, rewrite configured links, copy assets, and reject missing Markdown mappings or broken internal files/anchors before retaining a snapshot..github/release-notes.md.templateusingtools/release_notes.sh TAG. The website link keeps the exact tag spelling.Validation: all 26 site/template tests and focused pre-commit checks passed locally. Real Markdown conversion and complete generated-link audits passed for the repository documentation. GitHub CI will validate the pushed head. This PR does not deploy a site or create/change a release tag.
Based on the implementation in mbo #433, independently included here with no merge dependency. The original mbo 0.15.0 tag was successfully backfilled and deployed before merge: live snapshot, deployment verification. Historical tags with different document layouts need a compatible explicit configuration; absent historical sources never fall back to current content.
Coordinated rollout: mbo #433, xff #783, carve #119, coderef #113, bzl #61.