Skip to content

Commit 778a484

Browse files
committed
Add docs how to release
1 parent 564aa06 commit 778a484

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/releasing.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# How to release
2+
3+
1. Edit version in [package.json](https://github.com/gitpod-io/gitpod-vscode-desktop/blob/master/package.json)
4+
- Update version of the extension - this is usually the minor version. **Until the marketplace supports semantic versioning, the minor version should always be an even number. Odd numbers are reserved for the pre-release version of the extension.**
5+
- (If necessary) Update vscode engine version
6+
7+
2. If the minor version was increased, run the Nightly action to ensure a new pre-release version with the increased version number is released
8+
9+
3. Run the Release action.

0 commit comments

Comments
 (0)