Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.44 KB

deployment.md

File metadata and controls

19 lines (12 loc) · 1.44 KB

VS Code deployments

Open VSV deployments

npm deployments

  • Deployments come from a bot: svelte-language-tools-deploy (an account some member have access to; it could also be done through other members of the language tools team)

When Deployments happen

  • Nightly builds are triggered through a scheduled GitHub workflow every night at 04:00 UTC. (currently disabled, no plans on reenabling it)
  • Production builds are triggered by creating a new tag, which is best done through the "do a release" on Github. The tag name equals the version that is then shown on the marketplace, so each tag should have a higher version than the previous.