summaryrefslogtreecommitdiff
path: root/tools/release
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2024-07-09 23:10:04 +0200
committerGitHub <noreply@github.com>2024-07-09 17:10:04 -0400
commit52946878b26e37849d6688236116e66c14007386 (patch)
tree4a3bf0119bac6be16771b422689c432348d3149f /tools/release
parent43d10a558b72ef4a079358521d22447d095e0097 (diff)
ci: update release steps related to dotcom (#24467)
Diffstat (limited to 'tools/release')
-rw-r--r--tools/release/release_doc_template.md22
1 files changed, 3 insertions, 19 deletions
diff --git a/tools/release/release_doc_template.md b/tools/release/release_doc_template.md
index 6caa2b610..4c9b2c056 100644
--- a/tools/release/release_doc_template.md
+++ b/tools/release/release_doc_template.md
@@ -125,8 +125,9 @@ verify on GitHub that everything looks correct.
- [ ] Publish the release on Github
-- [ ] Update https://github.com/denoland/dotcom/blob/main/versions.json and open
- a PR.
+- [ ] Run
+ https://github.com/denoland/dotcom/actions/workflows/update_version.yml to
+ automatically open a PR.
- [ ] Merge the PR.
- [ ] Run
@@ -142,23 +143,6 @@ verify on GitHub that everything looks correct.
automatically opened that forwards the release commit back to main. If so,
merge it. If not and it failed, please manually create one.
-## Updating `deno.land/api` symbols
-
-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 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.
-
- <details>
- <summary>Failure Steps</summary>
-
- 1. Clone `deno/apiland_scripts`.
- 2. Execute `deno task release:cli`.
- </details>
-
## Updating `deno_docker`
- [ ] Run the version bump workflow: