-
Notifications
You must be signed in to change notification settings - Fork 3.6k
feat: add GitHub workflow for vscode pre-release #8116
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
feat: add GitHub workflow for vscode pre-release #8116
Conversation
|
✅ Review Complete Code Review Summary |
@tomasz-stefaniak Adding you as reviewer to see if this is what you had in mind for the pre-release workflow. I left out the |
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.
1 issue found across 1 file
Prompt for AI agents (all 1 issues)
Understand the root cause of the following 1 issues and fix them.
<file name=".github/workflows/vscode-prerelease.yml">
<violation number="1" location=".github/workflows/vscode-prerelease.yml:161">
If the PR still isn’t merged after the timeout this step only prints a warning, so the workflow proceeds to tag and release code that never landed in main. Make the job fail here to prevent publishing from the wrong commit.</violation>
</file>
React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai
to give feedback, ask questions, or re-run the review.
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@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.
Code looks good to me.
Summary by cubic
Adds a GitHub Actions workflow to automate VSCode extension pre-releases. It bumps the extension version, opens an auto-merge PR, tags the release, and publishes a GitHub pre-release with generated notes.