Correct Source-Only Release Mechanics - #856
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the documented release mechanics for source-only repositories to match the current hub-hosted reusable workflow contract, then propagates that correction through the generated skill distributions.
Changes:
- Correct the source-only release description to state
publish-release.ymlcalls the hub-hostedbuild-release-task.ymlwith all build targets disabled andexpect_release_assets: false. - Regenerate the distributed skill trees so the canonical reference and generated copies match.
- Update the Claude plugin skill bundle source digest to reflect the regenerated content.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/skills/operational-vs-release-workflow/references/release-publish-mechanics.md | Updates the canonical skill reference to describe the hub-hosted reusable release task for source-only repos. |
| .agents/skills/operational-vs-release-workflow/references/release-publish-mechanics.md | Regenerates the Copilot skill distribution copy with the corrected source-only release mechanics. |
| .claude-plugin/fleet-skills/skills/operational-vs-release-workflow/references/release-publish-mechanics.md | Regenerates the Claude plugin skill distribution copy with the corrected source-only release mechanics. |
| .claude-plugin/fleet-skills/.source-digest | Updates the bundle digest to match the regenerated Claude plugin skill content. |
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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
Root Cause
The generated skill reference retained the former standalone publisher mechanics after source-only callers moved to the hub-hosted reusable release workflow.
Validation
OPERATIONS.mdReferences #855