diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-09-12 06:15:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-12 15:15:17 +1000 |
commit | 11b5f2d3ea325a2e6792e4b75fddfcea8a593fb7 (patch) | |
tree | 633fe75deb4ae91a78efd0296f11bb0babe04ae0 /tools | |
parent | 46d5f38a0f839db34ecce67f3483469e82cb593d (diff) |
ci: upgrade release template (#25591)
Removes `deno-lambda` section that is now deprecated:
https://github.com/denoland/deno-lambda/pull/307
Diffstat (limited to 'tools')
-rw-r--r-- | tools/release/release_doc_template.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/release/release_doc_template.md b/tools/release/release_doc_template.md index 5cc7245ce..fec1746bf 100644 --- a/tools/release/release_doc_template.md +++ b/tools/release/release_doc_template.md @@ -151,13 +151,6 @@ verify on GitHub that everything looks correct. - [ ] This will open a PR. Review and merge it. - [ ] Create a `$VERSION` tag (_without_ `v` prefix). -## Updating `deno-lambda` - -- [ ] Run the version bump workflow: - https://github.com/denoland/deno-lambda/actions/workflows/bump.yml -- [ ] This will open a PR. Review and merge it. -- [ ] Create a `$VERSION` tag (_without_ `v` prefix). - ## All done! - [ ] Write a message in company's #cli channel: |