fix(workflows): package pre-release VSIX artifacts correctly#544
Merged
agreaves-ms merged 1 commit intomainfrom Feb 13, 2026
Merged
fix(workflows): package pre-release VSIX artifacts correctly#544agreaves-ms merged 1 commit intomainfrom
agreaves-ms merged 1 commit intomainfrom
Conversation
- add channel input to specify release channel - update packaging message to include channel information - conditionally set PreRelease argument based on channel input 🔧 - Generated by Copilot
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Contributor
There was a problem hiding this comment.
Pull request overview
Fixes the reusable extension packaging workflow so pre-release builds correctly propagate the “PreRelease” mode into the PowerShell packaging script, ensuring generated VSIX artifacts are marked for pre-release publishing.
Changes:
- Resolve the effective
channelvalue in the “Package extension” step (including a Stable fallback). - Forward
PreReleasetoscripts/extension/Package-Extension.ps1when the channel isPreRelease. - Improve workflow log output to include the active channel during packaging.
WilliamBerryiii
approved these changes
Feb 13, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #544 +/- ##
==========================================
- Coverage 85.36% 85.34% -0.03%
==========================================
Files 23 23
Lines 4475 4475
==========================================
- Hits 3820 3819 -1
- Misses 655 656 +1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
agreaves-ms
pushed a commit
that referenced
this pull request
Feb 13, 2026
🤖 I have created a release *beep* *boop* --- ## [2.3.4](hve-core-v2.3.3...hve-core-v2.3.4) (2026-02-13) ### 🐛 Bug Fixes * **workflows:** package pre-release VSIX artifacts correctly ([#544](#544)) ([f5f6887](f5f6887)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: hve-core-release-please[bot] <254602402+hve-core-release-please[bot]@users.noreply.github.com>
This was referenced Feb 13, 2026
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.
fix(workflows): package pre-release VSIX artifacts correctly
Description
This PR fixed the pre-release extension packaging path so generated VSIX artifacts are correctly marked for pre-release publishing.
.github/workflows/extension-package.ymlto resolve the effectivechannelin the package step.PreReleaseargument when the channel isPreRelease, which forwards the pre-release mode intoPackage-Extension.ps1packaging.Related Issue(s)
None.
Type of Change
Select all that apply:
Code & Documentation:
Infrastructure & Configuration:
AI Artifacts:
prompt-builderagent and addressed all feedback.github/instructions/*.instructions.md).github/prompts/*.prompt.md).github/agents/*.agent.md).github/skills/*/SKILL.md)Other:
.ps1,.sh,.py)Testing
.copilot-tracking/pr/pr-reference.xmland confirmed the workflow change is scoped to pre-release packaging argument flow.Checklist
Required Checks
AI Artifact Contributions
/prompt-analyzeto review contributionprompt-builderreviewRequired Automated Checks
The following validation commands must pass before merging:
npm run lint:mdnpm run spell-checknpm run lint:frontmatternpm run lint:md-linksnpm run lint:psSecurity Considerations