Build and publish a release
A CI/CD flow is set up on GitHub Actions to compile the app and run checks against it, but not publish it. This is run on every push.
See the main.yml config file.
Preview what will be included in the .vsix file.
$ make lsThis section is only relevant for the maintainer of this repo, as access to publishing to VS Code Marketplace requires authorization.
See Publish recipe for more detailed steps.
Store a token for Azure DevOps - this only needs to be done once and grants access to publishing to VS Code Marketplace.
$ make loginTag and push to GitHub and VS Code Marketplace. For major, minor, or bug/patch levels respectively.
$ make publish-M
$ make publish-m
$ make publish-b