Skip to content

Commit 4729950

Browse files
authored
Add vscode release cadence (#218)
1 parent 748c89b commit 4729950

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/guides/vscode/release.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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
22

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.
46

57
## Release steps
68

9+
These steps are currently manual but we should consider automating, at least some of them in the future.
10+
11+
Assuming that the next version is `0.8.1`:
12+
713
1. `git checkout -b release/0.8.1`
814
1. Copy draft release notes from github
915
1. Edit `CHANGELOG.md` and insert copied text

0 commit comments

Comments
 (0)