Эх сурвалжийг харах

Bump vscode extension to 0.0.8. (#7041)

Richard Smith 3 долоо хоног өмнө
parent
commit
ab977ee04d

+ 14 - 12
utils/vscode/development.md

@@ -44,18 +44,20 @@ This installs `vsce` and `ovsx` to `/usr/local/bin`. Ensure that
            and select "Extensions: Install from VSIX...".
         3. Enter the path printed by the above command.
 
--   Build and publish the release to the VSCode Marketplace using the website:
-
-    1. `npm install && vsce package -o carbon.vsix && realpath carbon.vsix`
-    2. Go to https://marketplace.visualstudio.com/manage/publishers/carbon-lang
-        - We use `infra-role@carbon-lang.dev` for publishing; the GitHub account
-          `CarbonInfraBot` can also be used for login. Contact leads if you
-          require access.
-    3. Next to the extension name, click the "..." and select "Update".
-    4. Select the `carbon.vsix` file.
-
--   Build and publish the release to the Open VSX Registry by following the
-    [Open VSX documentation for publishing extensions](https://github.com/EclipseFdn/open-vsx.org/wiki/Publishing-Extensions).
+-   Publish a new release:
+
+    1. Increase the version number in `package.json`.
+    2. Build and publish to the VSCode Marketplace using the website:
+        1. `npm install && vsce package -o carbon.vsix && realpath carbon.vsix`
+        2. Go to
+           https://marketplace.visualstudio.com/manage/publishers/carbon-lang
+            - We use `infra-role@carbon-lang.dev` for publishing; the GitHub
+              account `CarbonInfraBot` can also be used for login. Contact leads
+              if you require access.
+        3. Next to the extension name, click the "..." and select "Update".
+        4. Select the `carbon.vsix` file.
+    3. Build and publish to the Open VSX Registry by following the
+       [Open VSX documentation for publishing extensions](https://github.com/EclipseFdn/open-vsx.org/wiki/Publishing-Extensions).
 
 ## Development
 

+ 2 - 2
utils/vscode/package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "carbon-vscode",
-  "version": "0.0.7",
+  "version": "0.0.8",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "carbon-vscode",
-      "version": "0.0.7",
+      "version": "0.0.8",
       "dependencies": {
         "vscode-languageclient": "^9.0.1"
       },

+ 1 - 1
utils/vscode/package.json

@@ -1,7 +1,7 @@
 {
   "name": "carbon-vscode",
   "displayName": "Carbon Language",
-  "version": "0.0.7",
+  "version": "0.0.8",
   "publisher": "carbon-lang",
   "description": "Carbon language support for the 'Code - OSS' family of editors.",
   "repository": {