Skip to content

Commit e0dbd8f

Browse files
committed
Rename self contained release to static release
1 parent 6a25b3b commit e0dbd8f

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ docker run -it -p 127.0.0.1:8080:8080 \
7070
codercom/code-server:latest
7171
```
7272

73-
### Self contained releases
73+
### Static releases
7474

7575
We publish self contained `.tar.gz` archives for every release on [github](https://github.com/cdr/code-server/releases).
7676
They bundle the node binary and compiled native modules.
@@ -81,7 +81,7 @@ They bundle the node binary and compiled native modules.
8181

8282
Add the code-server `bin` directory to your `$PATH` to easily execute `code-server` without the full path every time.
8383

84-
Here is an example script for installing and using a self-contained `code-server` release on Linux:
84+
Here is an example script for installing and using a static `code-server` release on Linux:
8585

8686
```bash
8787
curl -sSL https://github.com/cdr/code-server/releases/download/3.3.0/code-server-3.3.0-linux-amd64.tar.gz | sudo tar -C /usr/local -xz

ci/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ Make sure you have `$GITHUB_TOKEN` set and [hub](https://github.com/github/hub)
2020
the updated version.
2121
1. Summarize the major changes in the release notes and link to the relevant issues.
2222
4. Wait for the artifacts in step 2 to build.
23-
5. Run `yarn release:github-assets` to download the `release-packages` artifact and then upload them to the draft release.
23+
5. Run `yarn release:github-assets` to download the `release-packages` artifact and then
24+
upload them to the draft release.
2425
6. Run some basic sanity tests on one of the released packages.
2526
7. Publish the release.
2627
1. CI will automatically grab the artifacts and then:
@@ -123,7 +124,7 @@ Helps avoid clobbering the CI configuration.
123124
- Runs the release process.
124125
- Generates the npm package at `./release`.
125126
- [./steps/release-static.sh](./steps/release-static.sh)
126-
- Takes the output of the previous script and generates a self-contained release and
127+
- Takes the output of the previous script and generates a static release and
127128
release packages into `release-packages`.
128129
- [./steps/publish-npm.sh](./steps/publish-npm.sh)
129130
- Grabs the `npm-package` release artifact for the current commit and publishes it on npm.

doc/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ yarn release:static
5757
yarn test:static-release
5858
yarn package
5959
# The static release is in ./release-static
60-
# .deb, .rpm and the self-contained archive are in ./release-packages
60+
# .deb, .rpm and the static archive are in ./release-packages
6161
```
6262

6363
## Structure

0 commit comments

Comments
 (0)