diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-06-09 14:59:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-09 14:59:15 +0200 |
commit | a4c760702bde487b34f2a0c655e17b17c5f171dc (patch) | |
tree | 06c5b8636ae281ba7fdb17f25202a323623f2ddb /tools/release | |
parent | 5df735d3dad81feffe598a4561cdcbbe1bd0bd45 (diff) |
chore: update release doc template (#19441)
That action is not working properly.
Diffstat (limited to 'tools/release')
-rw-r--r-- | tools/release/release_doc_template.md | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/tools/release/release_doc_template.md b/tools/release/release_doc_template.md index c0eb9e214..5579abb48 100644 --- a/tools/release/release_doc_template.md +++ b/tools/release/release_doc_template.md @@ -162,17 +162,8 @@ verify on GitHub that everything looks correct. - [ ] Publish the release on Github -- [ ] Run the - https://github.com/denoland/dotcom/actions/workflows/update_versions.yml - workflow. - - [ ] This should open a PR. Review and merge it. - - <details> - <summary>Failure Steps</summary> - - 1. Update https://github.com/denoland/dotcom/blob/main/versions.json manually. - 2. Open a PR and merge. - </details> +- [ ] 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 |