mirror of https://git.tuxpa.in/a/code-server.git
3.3.0
This commit is contained in:
parent
c69346a9a7
commit
0bd2602774
|
@ -23,6 +23,7 @@ Make sure you have `$GITHUB_TOKEN` set and [hub](https://github.com/github/hub)
|
||||||
1. Publish the NPM package
|
1. Publish the NPM package
|
||||||
2. Publish the AMD64 docker image
|
2. Publish the AMD64 docker image
|
||||||
3. Publish the ARM64 docker image
|
3. Publish the ARM64 docker image
|
||||||
|
8. Update the homebrew and AUR packages
|
||||||
|
|
||||||
## dev
|
## dev
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "code-server",
|
"name": "code-server",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "3.3.0-rc.24",
|
"version": "3.3.0",
|
||||||
"description": "Run VS Code on a remote server.",
|
"description": "Run VS Code on a remote server.",
|
||||||
"homepage": "https://github.com/cdr/code-server",
|
"homepage": "https://github.com/cdr/code-server",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
|
|
Loading…
Reference in New Issue