Order release publication channels - #83
Merged
Merged
Conversation
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.
Release publication now runs as one visible sequence: GitHub assets first,
then the npm wrapper, then the VS Code Marketplace extension. This prevents a
tag from starting three independent workflows that can leave users seeing a
partially published release.
No package, extension, tag, or GitHub release is created by this pull request.
The npm and Marketplace workflows remain manually dispatchable for targeted
retries after an external-service failure.
AG;DR
Implementation
npm_publish.ymlandvscode_marketplace.ymlreusable viaworkflow_call, while retaining their existingworkflow_dispatchinputs.release.ymlinvoke npm only after its GitHub Release job succeeds,then invoke Marketplace publication only after npm succeeds.
release assets exist. This also protects manually dispatched retries.
describe the ordered pipeline.
Validation
git diff --checkPublication and retry behavior
The normal tag path is now:
@mboworks/coderef;mboworks.coderef.The npm and Marketplace workflows can still be dispatched with an existing tag
to retry only the failed downstream channel. A dry-run release-candidate test
and publisher credential validation remain required before creating
v0.6.0.