mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
chore: update release doc template (#23299)
Adjusts release doc template to changes made by @crowlKats in `apiland_scripts`.
This commit is contained in:
parent
ca7432b86b
commit
061bcb5393
@ -159,15 +159,21 @@ verify on GitHub that everything looks correct.
|
||||
This should occur after the Deno CLI & std are fully published, as the build
|
||||
script generates the symbols based on the latest tags.
|
||||
|
||||
- [ ] Run the release workflow in the apiland_scripts repo on the main branch:
|
||||
https://github.com/denoland/apiland_scripts/actions/workflows/release.yml
|
||||
- [ ] Run the `release CLI` workflow in the apiland_scripts repo on the main
|
||||
branch:
|
||||
https://github.com/denoland/apiland_scripts/actions/workflows/release_cli.yml
|
||||
- [ ] Verify the workflow ran successfully.
|
||||
- [ ] Run the `release STD` workflow in the apiland_scripts repo on the main
|
||||
branch:
|
||||
https://github.com/denoland/apiland_scripts/actions/workflows/release_std.yml
|
||||
- [ ] Verify the workflow ran successfully.
|
||||
|
||||
<details>
|
||||
<summary>Failure Steps</summary>
|
||||
|
||||
1. Clone `deno/apiland_scripts`.
|
||||
2. Execute `deno task release`.
|
||||
2. Execute `deno task release:cli`.
|
||||
3. Execute `deno task release:std`.
|
||||
</details>
|
||||
|
||||
## Updating `deno_docker`
|
||||
|
Loading…
Reference in New Issue
Block a user