-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Roo Code Nightly CI #3789
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
Roo Code Nightly CI #3789
Conversation
| EOF | ||
| - name: Build VSIX | ||
| run: pnpm build:nightly # Produces bin/roo-code-nightly-0.0.[count].vsix | ||
| - name: Publish to VS Code Marketplace (Nightly channel) |
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.
Using echo before the publish commands prevents them from executing. Remove echo if these steps are meant to publish rather than only log the command.
| - name: Count commits | ||
| id: count | ||
| run: | | ||
| git rev-list --count HEAD |
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.
Redundant git command in count step; consider removing the standalone git rev-list --count HEAD if not needed for debugging.
| git rev-list --count HEAD |
| EOF | ||
| - name: Build VSIX | ||
| run: | | ||
| ls -al |
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.
Remove extraneous ls -al from the Build VSIX step if it was only for debugging.
| ls -al |
Description
Add a CI workflow for Roo Code Nightly marketplace publishes.
Important
Adds a CI workflow for nightly publishing of the Roo Code VSCode extension and removes AI release notes scripts.
nightly-publish.ymlfor nightly publishing of the Roo Code VSCode extension.ai-release-notes,build-vsix.yml, and related scripts.esbuild.mjsinapps/vscode-nightlyto include new copy paths forREADME.md,CHANGELOG.md, andLICENSE.esbuild.jsto include acopyPathsfunction for asset management.package.jsonto include@vscode/vsceandovsxfor publishing.apps/vscode-nightly/package.jsonscripts for building and packaging..gitignoreand.vscodeignoreto includeREADME.md,CHANGELOG.md, andLICENSE.This description was created by
for 68274f4. You can customize this summary. It will automatically update as commits are pushed.