Просмотр исходного кода

chore: update VSIX to version 1.0.3

John Stearns 1 год назад
Родитель
Сommit
3093be803f
4 измененных файлов с 9 добавлено и 6 удалено
  1. 8 5
      README.md
  2. BIN
      bin/roo-cline-1.0.2.vsix
  3. BIN
      bin/roo-cline-1.0.3.vsix
  4. 1 1
      package.json

+ 8 - 5
README.md

@@ -4,15 +4,18 @@
 
 ### Packaging
 1. Bump the version in `package.json`
-2. Build the VSIX file:
+2. Remove the old VSIX file:
+   ```bash
+   rm bin/roo-cline-*.vsix
+   ```
+3. Build the VSIX file:
    ```bash
    npm run vsix
    ```
-3. The new VSIX file will be created in the `bin/` directory
-4. Commit the new VSIX file to git and remove the old one:
+4. The new VSIX file will be created in the `bin/` directory
+5. Commit the new VSIX file to git:
    ```bash
-   git rm bin/roo-cline-*.vsix
-   git add bin/roo-cline-<new_version>.vsix
+   git add --all
    git commit -m "chore: update VSIX to version <new_version>"
    ```
 

BIN
bin/roo-cline-1.0.2.vsix


BIN
bin/roo-cline-1.0.3.vsix


+ 1 - 1
package.json

@@ -2,7 +2,7 @@
   "name": "roo-cline",
   "displayName": "Roo Cline",
   "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.",
-  "version": "1.0.2",
+  "version": "1.0.3",
   "icon": "assets/icons/icon.png",
   "galleryBanner": {
     "color": "#617A91",