We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209f20e commit 1ae9125Copy full SHA for 1ae9125
docs/RELEASE.md
@@ -35,6 +35,8 @@ Follow the following steps to release a new version of quick-lint-js:
35
6. Publish the packages:
36
* With the `vscode/quick-lint-js-*.vsix` artifact:
37
`npx vsce publish --packagePath ./quick-lint-js-*.vsix`
38
+ * With the `vscode/quick-lint-js-*.vsix` artifact:
39
+ `npx ovsx publish --packagePath ./quick-lint-js-*.vsix --pat YOUR_ACCESS_TOKEN`
40
* With the `npm/quick-lint-js-*.tgz` artifact:
41
`npm publish ./quick-lint-js-*.tgz`
42
* Run the `dist/debian/sync-releases-to-apt` script.
0 commit comments