-
-
Notifications
You must be signed in to change notification settings - Fork 2
Add release workflow for automatic marketplace publishing
#9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces a GitHub Actions workflow to automate the release process for a VS Code extension. The workflow is triggered when a version tag (starting with 'v') is pushed to the repository.
Key Changes:
- Automated release workflow triggered by version tags
- Version verification between git tag and package.json
- Publishing to VS Code Marketplace and creating GitHub releases
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 2 out of 3 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Add Automatic Marketplace Publishing Workflow
This PR adds a GitHub Actions workflow that automates the publishing process for new releases.
What it does
v*(e.g.,v1.4.1,v2.0.0) is pushedpackage.jsonto prevent publishing mistakesvsceghCLI to create a release with auto-generated release notes and attaches the.vsixfileUsage
To publish a new version: