-
Update yang-lsp version in package.json
-
increase extension version
-
add a changelog.md entry
-
call
yarn
(alsoyarn build
,yarn --cwd webview build
) -
Install vsce
npm install -g @vscode/vsce
-
Prepare and test the extension:
vsce package
Publish Open VSX
-
Create token
https://open-vsx.org/user-settings/tokens
or use existing -
Publish OpenVSX
npx ovsx publish -p <open vsx access token>
Publish VSCode
-
Create token in
https://dev.azure.com/typefox/_usersSettings/tokens
-
Login
vsce login typefox
-
Publish:
vsce publish
Create and push release tag