mirror of
https://github.com/coder/code-server.git
synced 2026-04-13 21:32:52 -05:00
Compare commits
7 Commits
release/v4
...
v4.9.0-rc.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ccf882f830 | ||
|
|
74edfe7c43 | ||
|
|
96b3c3e024 | ||
|
|
69d469b714 | ||
|
|
17d41135f3 | ||
|
|
9694242b2f | ||
|
|
e2f585f368 |
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -314,7 +314,7 @@ jobs:
|
||||
|
||||
- name: Modify version
|
||||
env:
|
||||
VERSION: ${{ env.VERSION )}}
|
||||
VERSION: ${{ env.VERSION }}
|
||||
run: |
|
||||
echo "Updating version in root package.json"
|
||||
npm version --prefix release "$VERSION"
|
||||
|
||||
@@ -20,6 +20,12 @@ Code v99.99.999
|
||||
|
||||
-->
|
||||
|
||||
## [4.9.0](https://github.com/coder/code-server/releases/tag/v4.9.0) - 2022-11-14
|
||||
|
||||
Code v1.73.0
|
||||
|
||||
WIP
|
||||
|
||||
## [4.8.3](https://github.com/coder/code-server/releases/tag/v4.8.3) - 2022-11-07
|
||||
|
||||
Code v1.72.1
|
||||
|
||||
@@ -59,6 +59,7 @@ following flags:
|
||||
- `--prefix=/usr/local`: install a standalone release archive system-wide.
|
||||
- `--version=X.X.X`: install version `X.X.X` instead of latest version.
|
||||
- `--help`: see usage docs.
|
||||
- `--edge`: install the latest edge version (i.e. pre-release)
|
||||
|
||||
When done, the install script prints out instructions for running and starting
|
||||
code-server.
|
||||
|
||||
Submodule lib/vscode updated: 8fa188b2b3...6261075646
Reference in New Issue
Block a user