Skip to content

Commit bfb4133

Browse files
authored
(doc) notes on when deployments happen
1 parent 514187d commit bfb4133

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/internal/deployment.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ The [publisher is Svelte](https://marketplace.visualstudio.com/manage/publishers
77
### npm deployments
88

99
- Deployments come from a bot: `svelte-language-tools-deploy`
10+
11+
### When Deployments happen
12+
13+
- Nightly builds are triggered through a scheduled GitHub workflow every night at 04:00 UTC.
14+
- 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 commit comments

Comments
 (0)