Skip to content

Commit

Permalink
(doc) notes on when deployments happen
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Jul 10, 2020
1 parent 514187d commit bfb4133
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/internal/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ The [publisher is Svelte](https://marketplace.visualstudio.com/manage/publishers
### npm deployments

- Deployments come from a bot: `svelte-language-tools-deploy`

### When Deployments happen

- Nightly builds are triggered through a scheduled GitHub workflow every night at 04:00 UTC.
- 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.

0 comments on commit bfb4133

Please sign in to comment.