You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/vscode/release.md
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,15 @@
1
-
These steps are currently manual but we should consider automating, at least some of them in the future.
1
+
## Release cadence
2
2
3
-
Assuming that the next version is `0.8.1`:
3
+
A pre-release will be done every time we do a stable release.
4
+
This will ensure VSCode extension `auto-update` functionality doesn't break.
5
+
Refer vscode [docs](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#prerelease-extensions) for pre-release and release versions.
4
6
5
7
## Release steps
6
8
9
+
These steps are currently manual but we should consider automating, at least some of them in the future.
0 commit comments