mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
ci: switch release doc to mention dotcom (#18845)
This commit is contained in:
parent
041d1e093b
commit
78b630d92a
1 changed files with 3 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
||||||
- Forks and local clones of
|
- Forks and local clones of
|
||||||
[`denoland/deno`](https://github.com/denoland/deno/),
|
[`denoland/deno`](https://github.com/denoland/deno/),
|
||||||
[`denoland/deno_std`](https://github.com/denoland/deno_std/),
|
[`denoland/deno_std`](https://github.com/denoland/deno_std/),
|
||||||
[`denoland/dotland`](https://github.com/denoland/dotland/),
|
[`denoland/dotcom`](https://github.com/denoland/dotcom/),
|
||||||
[`denoland/deno_docker`](https://github.com/denoland/deno_docker/)
|
[`denoland/deno_docker`](https://github.com/denoland/deno_docker/)
|
||||||
[`denoland/manual`](https://github.com/denoland/manual/)
|
[`denoland/manual`](https://github.com/denoland/manual/)
|
||||||
|
|
||||||
|
@ -163,15 +163,14 @@ verify on GitHub that everything looks correct.
|
||||||
- [ ] Publish the release on Github
|
- [ ] Publish the release on Github
|
||||||
|
|
||||||
- [ ] Run the
|
- [ ] Run the
|
||||||
https://github.com/denoland/dotland/actions/workflows/update_versions.yml
|
https://github.com/denoland/dotcom/actions/workflows/update_versions.yml
|
||||||
workflow.
|
workflow.
|
||||||
- [ ] This should open a PR. Review and merge it.
|
- [ ] This should open a PR. Review and merge it.
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Failure Steps</summary>
|
<summary>Failure Steps</summary>
|
||||||
|
|
||||||
1. Update https://github.com/denoland/dotland/blob/main/versions.json
|
1. Update https://github.com/denoland/dotcom/blob/main/versions.json manually.
|
||||||
manually.
|
|
||||||
2. Open a PR and merge.
|
2. Open a PR and merge.
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue