Commit graph

35 commits

Author SHA1 Message Date
Roomote Agent
36d56e8db9
Fix: Remove invalid skip-checkout parameter from GitHub Actions workflows (#5676)
fix: remove invalid skip-checkout parameter from GitHub Actions workflows

- Removed skip-checkout parameter from nightly-publish.yml
- Removed skip-checkout parameter from marketplace-publish.yml
- Removed skip-checkout parameter from changeset-release.yml

The setup-node-pnpm action only accepts: node-version, pnpm-version, skip-install, and install-args.
The skip-checkout parameter was causing warnings in workflow runs.

Fixes #5674
2025-07-14 20:58:13 -04:00
Chris Estreich
73f39616c3
Improve turbo task dependency declarations (#4323) 2025-06-04 09:32:27 -07:00
Chris Estreich
314ccca1f7
DRY GHA workflows (#4294) 2025-06-03 15:12:16 -07:00
Matt Rubens
7cd89edaa4
Upgrade Node.js to v20.19.2 for security enhancements (#4212)
This commit upgrades Node.js version from v20.18.1 to v20.19.2.

This version incorporates security patches that address known
vulnerabilities, improving the overall security posture.

Co-authored-by: Peter Dave Hello <hsu@peterdavehello.org>
2025-06-01 17:02:44 -04:00
Chris Estreich
7820b7517a
Roo Code Cloud (#4069)
Co-authored-by: John Richmond <5629+jr@users.noreply.github.com>
2025-05-28 20:43:30 -07:00
Chris Estreich
ed24f65b30
Fix Posthog by correctly copying .env in the build process (#4049) 2025-05-27 11:19:21 -07:00
Chris Estreich
48ca890c21
Add --no-verify when pushing tags (#3865) 2025-05-22 13:02:04 -07:00
Chris Estreich
999c3d6188
More publish fixes (#3864) 2025-05-22 12:55:08 -07:00
Chris Estreich
f860d78aca
More publish fixes (#3863) 2025-05-22 12:51:57 -07:00
Chris Estreich
61eaf84eac
Fix syntax error (#3861) 2025-05-22 12:47:06 -07:00
Chris Estreich
57a6ab1a85
Fix extension publish action (#3860) 2025-05-22 12:43:51 -07:00
Chris Estreich
57249a0881
PNPM + Turbo monorepo + Nightly releases (#3407) 2025-05-21 21:01:20 -07:00
Chris Estreich
514c6a1618
Fix vsix checks (#3802) 2025-05-21 15:26:58 -07:00
Chris Estreich
7d99689031
More VSCode command / build fixes (#3780) 2025-05-21 00:07:37 -07:00
Chris Estreich
d7eec3afa6
Lock the versions of vsce and ovsx (#3643) 2025-05-15 16:49:09 -07:00
Patrick Decat
e694a2b8b5
ci: fix changelog extraction (#1810) 2025-03-20 07:27:41 -04:00
Chris Estreich
70a5d2b48c
Require node v20 everywhere (#922) 2025-03-19 10:46:40 -07:00
Patrick Decat
d8ab111043
ci: update GitHub Actions publish workflow to automatically create GitHub Releases (#1803) 2025-03-19 07:36:45 -04:00
Matt Rubens
b449bb66dc
Update .github/workflows/marketplace-publish.yml
Co-authored-by: Patrick Decat <pdecat@gmail.com>
2025-03-13 10:39:10 -04:00
Matt Rubens
ef944a6870
Update git config for marketplace publish 2025-03-13 10:32:31 -04:00
cte
7681a98842 Simplify npm install by automatically installing npm-run-all 2025-03-10 11:36:11 -07:00
Patrick Decat
f99fc59460
ci: tag after packaging but before publishing 2025-03-10 15:29:14 +01:00
Patrick Decat
70d6658ca4
ci: publish git tags to Github (resolves #444) 2025-03-10 11:56:24 +01:00
Matt Rubens
50f76584bc Add telemetry and privacy policy 2025-03-07 03:03:44 -05:00
Chris Estreich
f4a6f06a28 Fix "install dependencies" section of marketplace-publish 2025-03-01 08:18:43 -08:00
cte
36dd8c9ce4 PR feedback 2025-02-06 08:53:21 -08:00
cte
327e764d85 Validate vsix in publish GHA 2025-02-06 08:38:31 -08:00
ColemanRoo
1a165522aa adding ability to publish to OVSX as part of publish workflow 2025-01-09 12:34:58 -06:00
a8trejo
c9e07cca58 Workflows updates to manually merge changeset PRs and control those changes 2024-12-17 17:16:46 -08:00
a8trejo
dd1f935de9 Changing auto merge command to merge strategy instead of squash 2024-12-16 16:35:45 -08:00
a8trejo
51e034c399 Adding openai generated releases working along changesets 2024-12-10 14:22:30 -08:00
John Stearns
23486f1d3a
Removing manual vsix steps in favor of marketplace publishing (#47) 2024-12-08 07:44:29 -08:00
ColemanRoo
178fd3ac34
Fix marketplace publish (#24) 2024-11-28 13:32:00 -06:00
Matt Rubens
cafc2852ca
Allow Roo-Cline to coexist with Cline (#23)
Co-authored-by: ColemanRoo <michael.coleman@roo.vet>
2024-11-28 14:25:41 -05:00
ColemanRoo
ffbe1b0382
Functionality to publish extension to marketplace (#19)
Remove upload to CodeArtifact
2024-11-27 14:59:57 -06:00