This revision was automatically updated to reflect the committed changes.
hokein marked an inline comment as done.
Closed by commit rCTE325499: [clangd] Add brief instructions on how to make a 
release for vscode-clangd… (authored by hokein, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D43455?vs=134900&id=134901#toc

Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D43455

Files:
  clangd/clients/clangd-vscode/README.md


Index: clangd/clients/clangd-vscode/README.md
===================================================================
--- clangd/clients/clangd-vscode/README.md
+++ clangd/clients/clangd-vscode/README.md
@@ -49,3 +49,28 @@
    $ code .
    # When VS Code starts, press <F5>.
 ```
+
+## Publish to VS Code Marketplace
+
+New changes to `clangd-vscode` are not released until a new version is 
published
+to the marketplace.
+
+### Requirements
+
+* Make sure install the `vsce` command (`npm install -g vsce`)
+* `llvm-vs-code-extensions` account
+* Bump the version in `package.json`, and commit the change to upstream
+
+The extension is published under `llvm-vs-code-extensions` account, which is
+currently maintained by clangd developers. If you want to make a new release,
+please contact cfe-...@lists.llvm.org.
+
+### Steps
+
+```bash
+  $ cd /path/to/clang-tools-extra/clangd/clients/clangd-vscode/
+  # For the first time, you need to login in the account. vsce will ask you for
+    the account password, and remember it for future commands.
+  $ vsce login llvm-vs-code-extensions
+  $ vsce publish
+```


Index: clangd/clients/clangd-vscode/README.md
===================================================================
--- clangd/clients/clangd-vscode/README.md
+++ clangd/clients/clangd-vscode/README.md
@@ -49,3 +49,28 @@
    $ code .
    # When VS Code starts, press <F5>.
 ```
+
+## Publish to VS Code Marketplace
+
+New changes to `clangd-vscode` are not released until a new version is published
+to the marketplace.
+
+### Requirements
+
+* Make sure install the `vsce` command (`npm install -g vsce`)
+* `llvm-vs-code-extensions` account
+* Bump the version in `package.json`, and commit the change to upstream
+
+The extension is published under `llvm-vs-code-extensions` account, which is
+currently maintained by clangd developers. If you want to make a new release,
+please contact cfe-...@lists.llvm.org.
+
+### Steps
+
+```bash
+  $ cd /path/to/clang-tools-extra/clangd/clients/clangd-vscode/
+  # For the first time, you need to login in the account. vsce will ask you for
+    the account password, and remember it for future commands.
+  $ vsce login llvm-vs-code-extensions
+  $ vsce publish
+```
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to