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
+4-3
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,15 @@ Make sure you have `$GITHUB_TOKEN` set and [hub](https://github.com/github/hub)
18
18
1. Update in `package.json`
19
19
2. Update in [./doc/install.md](../doc/install.md)
20
20
2. GitHub actions will generate the `npm-package`, `release-packages` and `release-images` artifacts.
21
+
1. You do not have to wait for these.
21
22
3. Run `yarn release:github-draft` to create a GitHub draft release from the template with
22
23
the updated version.
23
24
1. Summarize the major changes in the release notes and link to the relevant issues.
24
25
4. Wait for the artifacts in step 2 to build.
25
-
5. Run `yarn release:github-assets` to download the `release-packages` artifact and
26
-
upload them to the draft release.
26
+
5. Run `yarn release:github-assets` to download the `release-packages` artifact.
27
+
- It will upload them to the draft release.
27
28
6. Run some basic sanity tests on one of the released packages.
29
+
- Especially make sure the terminal works fine.
28
30
7. Make sure the github release tag is the commit with the artifacts. This is a bug in
29
31
`hub` where uploading assets in step 5 will break the tag.
30
32
8. Publish the release and merge the PR.
@@ -36,7 +38,6 @@ Make sure you have `$GITHUB_TOKEN` set and [hub](https://github.com/github/hub)
36
38
10. Wait for the npm package to be published.
37
39
11. Update the homebrew package.
38
40
- 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.
39
-
12. Make sure to add a release without the `v` prefix for autoupdate from `3.2.0`.
0 commit comments