feat: enable automatic marketplace publishing#4
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR enables automated publishing to the VS Code Marketplace by adding the required publisher identifier and activating the marketplace publishing step in the release workflow. According to the PR description, the prerequisites (Azure DevOps organization, PAT token, and GitHub secret) are already in place.
Key Changes:
- Added
publisherfield to package.json with value "main-branch" - Enabled VS Code Marketplace publishing step in the publish-release workflow
- Publishing will be triggered automatically when release-please creates a new release
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| package.json | Adds the "publisher" field identifying "main-branch" as the marketplace publisher |
| .github/workflows/publish-release.yml | Uncomments the VS Code Marketplace publishing step that uses the VSCE_PAT secret to authenticate with vsce publish |
jcouball
force-pushed
the
enable-marketplace-publishing
branch
from
December 12, 2025 21:42
c2aefa2 to
3604acd
Compare
- Add publisher field to package.json (set to 'main-branch') - Enable VS Code Marketplace publishing in workflow - Enable Open VSX publishing in workflow - Add extension icon (icon.png and icon.svg) - Add keywords for marketplace discoverability
jcouball
force-pushed
the
enable-marketplace-publishing
branch
from
December 12, 2025 21:44
3604acd to
c613215
Compare
Merged
6 tasks
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.
This PR enables automatic publishing to the VS Code Marketplace and Open VSX when a release is created.
Changes
publisherfield topackage.json(set to "main-branch")publish-release.ymlworkflowpublish-release.ymlworkflowPrerequisites
VS Code Marketplace
main-branch)VSCE_PATsecret added to GitHub repositoryOpen VSX
OVSX_PATsecret to GitHub repositoryAfter Merging
When the next release-please PR is merged, the extension will automatically:
The extension will be available at: