You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ci/README.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,13 @@ Make sure you have `$GITHUB_TOKEN` set and [hub](https://github.com/github/hub)
35
35
10. Wait for the npm package to be published.
36
36
11. Update the homebrew package.
37
37
- Send a pull request to [homebrew-core](https://github.com/Homebrew/homebrew-core) with the URL in the [formula](https://github.com/Homebrew/homebrew-core/blob/master/Formula/code-server.rb) updated.
38
+
12. Make sure to add a release without the `v` prefix for autoupdate from `3.2.0`.
38
39
39
40
## dev
40
41
41
42
This directory contains scripts used for the development of code-server.
42
43
43
-
-[./ci/dev/container](./dev/container)
44
+
-[./ci/dev/image](./dev/image)
44
45
- See [./doc/CONTRIBUTING.md](../doc/CONTRIBUTING.md) for docs on the development container.
45
46
-[./ci/dev/fmt.sh](./dev/fmt.sh) (`yarn fmt`)
46
47
- Runs formatters.
@@ -104,17 +105,17 @@ You can disable minification by setting `MINIFY=`.
104
105
- Post install script for the npm package.
105
106
- Bundled by`yarn release`.
106
107
107
-
## release-container
108
+
## release-image
108
109
109
-
This directory contains the release docker container.
110
+
This directory contains the release docker container image.
0 commit comments