diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-09-19 20:47:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-20 00:47:51 +0000 |
commit | 69b7166c20b47d320fc85e33dca9414c92ec9c6f (patch) | |
tree | 11751a4c4cbb057c94c08ce14d5d8fe2a6dc96fa /tools/release | |
parent | 81e55821d926248064c076afbd675f3e981d3e74 (diff) |
chore: update manual instructions for doing a release (#20578)
Diffstat (limited to 'tools/release')
-rw-r--r-- | tools/release/release_doc_template.md | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/tools/release/release_doc_template.md b/tools/release/release_doc_template.md index 7e6f93037..aedce9428 100644 --- a/tools/release/release_doc_template.md +++ b/tools/release/release_doc_template.md @@ -162,12 +162,9 @@ verify on GitHub that everything looks correct. - [ ] Publish the release on Github -- [ ] Update https://github.com/denoland/dotcom/blob/main/versions.json, open a - PR and merge. - -- [ ] Push a new tag to [`manual`](https://github.com/denoland/manual). The tag - must match the CLI tag; you don't need to create dedicated commit for that - purpose, it's enough to tag the latest commit in that repo. +- [ ] Run + https://github.com/denoland/deno-docs/actions/workflows/update_versions.yml + and merge the PR. - [ ] For minor releases: make sure https://github.com/mdn/browser-compat-data has been updated to reflect Web API changes in this release. Usually done |