Skip to content

Commit f1ae4dd

Browse files
Prashant168jsjoeio
authored andcommitted
Deleted "Publishing A Release"
Deleted "Publishing A Release" section from the readme.md file in the 'ci' folder and then pasting the section in 'Maintaining.md'
1 parent c8959dc commit f1ae4dd

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

ci/README.md

-21
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,6 @@ Any file or directory in this subdirectory should be documented here.
1010
- [./ci/lib.sh](./lib.sh)
1111
- Contains code duplicated across these scripts.
1212

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.
3413

3514
## dev
3615

0 commit comments

Comments
 (0)