1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

chore: update release doc template (#23299)

Adjusts release doc template to changes made by @crowlKats in
`apiland_scripts`.
This commit is contained in:
Bartek Iwańczuk 2024-04-11 17:12:33 +01:00 committed by GitHub
parent ca7432b86b
commit 061bcb5393
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`