diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2023-04-28 21:14:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-28 21:14:26 +0200 |
commit | 6369098ad74a263e461478f94782bc469de15468 (patch) | |
tree | ade2c8d9152ab8f9ad10985145863cd71084177f /tools/release | |
parent | 8739519ebce4127af3fd3a0648d11e021b0084f9 (diff) |
chore: forward v1.33.1 release commit to main (#18897)
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'tools/release')
-rw-r--r-- | tools/release/release_doc_template.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/release/release_doc_template.md b/tools/release/release_doc_template.md index c0eb9e214..0acd4137a 100644 --- a/tools/release/release_doc_template.md +++ b/tools/release/release_doc_template.md @@ -163,6 +163,19 @@ verify on GitHub that everything looks correct. - [ ] Publish the release on Github - [ ] Run the + https://github.com/denoland/dotland/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/dotland/blob/main/versions.json + manually. + 2. Open a PR and merge. + </details> + +- [ ] Run the https://github.com/denoland/dotcom/actions/workflows/update_versions.yml workflow. - [ ] This should open a PR. Review and merge it. |