From eae3626f02b46d807c1f1b04bb9f39af5d95835d Mon Sep 17 00:00:00 2001 From: a8trejo Date: Thu, 5 Dec 2024 09:04:59 -0800 Subject: [PATCH] PR comments --- .changeset/chatty-ravens-study.md | 2 +- .github/workflows/release.yml | 2 +- package.json | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.changeset/chatty-ravens-study.md b/.changeset/chatty-ravens-study.md index b7d74111f2..3384061ac2 100644 --- a/.changeset/chatty-ravens-study.md +++ b/.changeset/chatty-ravens-study.md @@ -2,4 +2,4 @@ "roo-cline": minor --- -Enabled Roo Cline to use puppeteer and connect to a current browser which is already authenticated to multiple sites. +Enabled Roo Cline to use puppeteer and connect to a current browser which is already authenticated to multiple sites. \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 54b4014a37..b7c03e1d00 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,5 @@ name: Release -run-name: Release ${{ github.event_name == 'push' && 'Push' || 'Pull Request' }} +run-name: Release ${{ github.event_name == 'push' && '- Create Changeset PR' || '- Approve & Merge Changeset PR' }} on: push: diff --git a/package.json b/package.json index 81e0c1fb1f..e6bd775196 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "publisher": "RooVeterinaryInc", "version": "2.1.2", "files": [ - "bin/roo-cline-2.1.2.vsix", "assets/icons/icon_Roo.png" ], "icon": "assets/icons/icon_Roo.png",