diff options
author | Igor Zinkovsky <igor@deno.com> | 2024-02-16 09:46:01 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-16 09:46:01 -0800 |
commit | 88d7c50cd559b9fd0189d2a2c1df6e2f1b790ddb (patch) | |
tree | 24b7c292db3ff3f387c3a3fb84532cebbab3161d /tools/release | |
parent | f705906256f4a4d4ec262db64322c9fc3e5beb81 (diff) |
chore(release): add deno-lambda to release checklist (#22431)
Signed-off-by: Igor Zinkovsky <igor@deno.com>
Diffstat (limited to 'tools/release')
-rw-r--r-- | tools/release/release_doc_template.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/release/release_doc_template.md b/tools/release/release_doc_template.md index b46ee5499..d174733a5 100644 --- a/tools/release/release_doc_template.md +++ b/tools/release/release_doc_template.md @@ -178,6 +178,13 @@ script generates the symbols based on the latest tags. - [ ] This will open a PR. Review and merge it. - [ ] Create a tag with the version number (_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 release with the version number (_without_ `v` prefix). + ## All done! - [ ] Write a message in company's #cli channel: |