Skip to content

Commit

Permalink
Doc: Document the NODE_AUTH_TOKEN secret
Browse files Browse the repository at this point in the history
  • Loading branch information
deribaucourt committed Mar 22, 2024
1 parent 274ba87 commit 399dea7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,16 @@ Publishing is automated via GitHub Actions and reserved to project maintainers.
- Update all the `package.json` files with the new version number `X.Y.Z`.
- Document new changes in the `client/CHANGELOG.md` file.
- Make sure the `VSCE_PAT` secret is valid in the [GitHub repository settings](https://github.com/yoctoproject/vscode-bitbake/settings/secrets/actions).
- Make sure the `NODE_AUTH_TOKEN` secret is valid in the [GitHub repository settings](https://github.com/yoctoproject/vscode-bitbake/settings/secrets/actions).
- Update the main branch with the latest staging branch.
- Create a [new release on GitHub](https://github.com/yoctoproject/vscode-bitbake/releases/new) with a tag in the format `vX.Y.Z`.
- Admin approval is required to run the GitHub Action.

The release will be published to the VS Code Marketplace automatically by the GitHub Action. Admin approval is required to run the GitHub Action, and the `VSCE_PAT` must be updated to match a valid token for the `yocto-project` Azure DevOps publisher. See:
- https://code.visualstudio.com/api/working-with-extensions/publishing-extension
- https://code.visualstudio.com/api/working-with-extensions/continuous-integration
The `NODE_AUTH_TOKEN` secret is used to push the language server package to the npm registry. The token must be linked to account with push permission on:
- https://www.npmjs.com/package/language-server-bitbake

## Contributing

Expand Down

0 comments on commit 399dea7

Please sign in to comment.