Compare commits

..

1 Commits

Author SHA1 Message Date
Joe Previte
750ed49239 wip: changelog 2022-11-10 11:40:31 -07:00
4 changed files with 3 additions and 3 deletions

View File

@@ -314,7 +314,7 @@ jobs:
- name: Modify version - name: Modify version
env: env:
VERSION: ${{ env.VERSION }} VERSION: ${{ env.VERSION )}}
run: | run: |
echo "Updating version in root package.json" echo "Updating version in root package.json"
npm version --prefix release "$VERSION" npm version --prefix release "$VERSION"

View File

@@ -26,6 +26,7 @@ Code v1.73.0
WIP WIP
## [4.8.3](https://github.com/coder/code-server/releases/tag/v4.8.3) - 2022-11-07 ## [4.8.3](https://github.com/coder/code-server/releases/tag/v4.8.3) - 2022-11-07
Code v1.72.1 Code v1.72.1

View File

@@ -59,7 +59,6 @@ following flags:
- `--prefix=/usr/local`: install a standalone release archive system-wide. - `--prefix=/usr/local`: install a standalone release archive system-wide.
- `--version=X.X.X`: install version `X.X.X` instead of latest version. - `--version=X.X.X`: install version `X.X.X` instead of latest version.
- `--help`: see usage docs. - `--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 When done, the install script prints out instructions for running and starting
code-server. code-server.