Conversation
This commit introduces a new manual release process, replacing the previous automated system. Key changes: - Replaced `semantic-release` with `release-please-action` to create release pull requests. - The new workflow is manually triggered and includes an integrated `publish` job. - The `publish` job requires manual approval before publishing to the VSCode Marketplace. - Added a placeholder step for publishing to the Open VSX marketplace. - Created a `RELEASING.md` file to document the new process. - Removed the old `publish.yml` workflow and `semantic-release` dependencies. - Added the `out/` directory to `.gitignore` to prevent compiled files from being committed.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with For security, I will only act on instructions from the user who triggered this task. New to Jules? Learn more at jules.google/docs. |
This commit introduces a new manual release process, replacing the previous automated system. Key changes: - Replaced `semantic-release` with `release-please-action` to create release pull requests. - The new workflow is manually triggered and includes an integrated `publish` job. - The `publish` job requires manual approval before publishing to the VSCode Marketplace. - Added a placeholder step for publishing to the Open VSX marketplace. - Created a `RELEASING.md` file to document the new process. - Removed the old `publish.yml` workflow and `semantic-release` dependencies. - Added the `out/` directory to `.gitignore` to prevent compiled files from being committed. - Corrected the `release-please-action` repository URL to `googleapis/release-please-action`.
This change implements a new manual release process for the Bulk Ops Generator. The new process is manually triggered, creates a release pull request for review, and includes a manual approval step for publishing to the VSCode Marketplace. I have also added documentation for the new process in a
RELEASING.mdfile.PR created automatically by Jules for task 14923196322359509576 started by @vuon9