File tree 1 file changed +0
-21
lines changed
1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -10,27 +10,6 @@ Any file or directory in this subdirectory should be documented here.
10
10
- [ ./ci/lib.sh] ( ./lib.sh )
11
11
- Contains code duplicated across these scripts.
12
12
13
- ## Publishing a release
14
-
15
- 1 . Run ` yarn release:prep ` and type in the new version i.e. 3.8.1
16
- 2 . GitHub actions will generate the ` npm-package ` , ` release-packages ` and ` release-images ` artifacts.
17
- 1 . You do not have to wait for these.
18
- 3 . Run ` yarn release:github-draft ` to create a GitHub draft release from the template with
19
- the updated version.
20
- 1 . Summarize the major changes in the release notes and link to the relevant issues.
21
- 2 . Change the @ to target the version branch. Example: ` v3.9.0 @ Target: v3.9.0 `
22
- 4 . Wait for the artifacts in step 2 to build.
23
- 5 . Run ` yarn release:github-assets ` to download the ` release-packages ` artifact.
24
- - It will upload them to the draft release.
25
- 6 . Run some basic sanity tests on one of the released packages.
26
- - Especially make sure the terminal works fine.
27
- 7 . Publish the release and merge the PR.
28
- 1 . CI will automatically grab the artifacts and then:
29
- 1 . Publish the NPM package from ` npm-package ` .
30
- 2 . Publish the Docker Hub image from ` release-images ` .
31
- 8 . Update the AUR package.
32
- - Instructions on updating the AUR package are at [ cdr/code-server-aur] ( https://github.com/cdr/code-server-aur ) .
33
- 9 . Wait for the npm package to be published.
34
13
35
14
## dev
36
15
You can’t perform that action at this time.
0 commit comments