Bundle release docs snapshot into the customer package#17
Open
captjt wants to merge 1 commit into
Open
Conversation
Fetches the immutable docs-v<version>.tar.gz snapshot from governance-platform-docs (docs.snapshotTag in the release manifest), bundles it under docs/ in the connected customer package (offline docs for air-gapped installs), attaches it to the GitHub release, verifies docs/index.html during the package check, and mentions it in INSTALL.md and the release notes. Missing snapshots fail publication but only warn on dry runs. Requires RELEASE_APP_ID / RELEASE_APP_PRIVATE_KEY secrets in this repo. Co-Authored-By: Claude Fable 5 <noreply@anthropic.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.
Summary
Companion to eqtylab/governance-platform-docs#6 and eqtylab/governance-studio-infrastructure#97.
release-platform-package.yamlnow:docs-v<version>.tar.gzsnapshot named bydocs.snapshotTagin the release manifest.docs/ingovernance-platform-v<version>.tar.gzand points to it fromINSTALL.md(offline documentation for air-gapped customers).docs/index.htmlin the package check. A missing snapshot fails publication (publish=true) but only warns on dry runs, so old versions remain re-packageable.Before merging
Add
RELEASE_APP_ID/RELEASE_APP_PRIVATE_KEYsecrets to this repository (same App as infrastructure; it already has access to the docs repo).🤖 Generated with Claude Code