Skip to content

Commit

Permalink
Add vscode release cadence
Browse files Browse the repository at this point in the history
  • Loading branch information
audgirka committed Sep 18, 2024
1 parent 748c89b commit cab3bde
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/guides/vscode/release.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
These steps are currently manual but we should consider automating, at least some of them in the future.
## Release cadence

Assuming that the next version is `0.8.1`:
A pre-release will be done every time we do a stable release.
This will ensure VSCode extension `auto-update` functionality doesn't break.

## Release steps

These steps are currently manual but we should consider automating, at least some of them in the future.

Assuming that the next version is `0.8.1`:

1. `git checkout -b release/0.8.1`
1. Copy draft release notes from github
1. Edit `CHANGELOG.md` and insert copied text
Expand Down

0 comments on commit cab3bde

Please sign in to comment.