Skip to content

Commit e9bf6d5

Browse files
committed
doc: Add note on upgrading into release notes and install.md
Closes #1652 Closes #2221
1 parent 83c3524 commit e9bf6d5

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

ci/build/release-github-draft.sh

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ v$VERSION
1515
1616
VS Code v$(vscode_version)
1717
18+
See [upgrading](doc/install.md#upgrading) to upgrade.
19+
1820
## New Features
1921
- ⭐ Summarize new features here with references to issues
2022

doc/install.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33
# Install
44

5+
- [Upgrading](#upgrading)
56
- [install.sh](#installsh)
67
- [Flags](#flags)
78
- [Detection Reference](#detection-reference)
@@ -19,6 +20,12 @@
1920
This document demonstrates how to install `code-server` on
2021
various distros and operating systems.
2122

23+
## Upgrading
24+
25+
When upgrading you can just install the new version over the old one. code-server
26+
maintains all user data in a separate directory so that it is preserved in between
27+
installations.
28+
2229
## install.sh
2330

2431
We have a [script](../install.sh) to install code-server for Linux, macOS and FreeBSD.

0 commit comments

Comments
 (0)