From 52946878b26e37849d6688236116e66c14007386 Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Tue, 9 Jul 2024 23:10:04 +0200 Subject: [PATCH] ci: update release steps related to dotcom (#24467) --- tools/release/release_doc_template.md | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/tools/release/release_doc_template.md b/tools/release/release_doc_template.md index 6caa2b6103..4c9b2c056a 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. - -
- Failure Steps - - 1. Clone `deno/apiland_scripts`. - 2. Execute `deno task release:cli`. -
- ## Updating `deno_docker` - [ ] Run the version bump workflow: