diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-03-21 11:38:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-21 11:38:59 -0400 |
commit | 0366d6833f25b786e897ce0d6393f692507f0532 (patch) | |
tree | 613850ae1357ccba111219e6ae568974fe699953 /tools/release | |
parent | 7cf6e2a7a642cbcbb695b0226aba7d24fb84971b (diff) |
docs(release): update to include deno_docker release workflow (#18323)
Diffstat (limited to 'tools/release')
-rw-r--r-- | tools/release/release_doc_template.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/release/release_doc_template.md b/tools/release/release_doc_template.md index eae7aee12..2e65ae55c 100644 --- a/tools/release/release_doc_template.md +++ b/tools/release/release_doc_template.md @@ -20,7 +20,7 @@ cut.** ## Patch release preparation -**If you are cutting a patch release**: First you need to sync commit to the +**If you are cutting a patch release**: First you need to sync commits to the relevant minor branch in the `deno` repo, so if you are cutting a `v1.17.3` release you need to sync `v1.17` branch. @@ -85,8 +85,8 @@ verify on GitHub that everything looks correct. repo's actions: https://github.com/denoland/deno/actions/workflows/version_bump.yml 1. Click on the "Run workflow" button. - 1. In the drop down, select the minor branch if doing a patch release or the - main branch if doing a minor release. + 1. In the drop down, select the minor branch (ex. `vx.xx`) if doing a patch + release or the main branch if doing a minor release. 1. For the kind of release, select either "patch", "minor", or "major". 1. Run the workflow. @@ -194,9 +194,9 @@ script generates the symbols based on the latest tags. ## Updating `deno_docker` -- [ ] Open a PR on the `deno_docker` repo that bumps the Deno version in all - Dockerfiles, the README and the example Dockerfile. Get it reviewed and - merge it. +- [ ] Run the version bump workflow: + https://github.com/denoland/deno_docker/actions/workflows/version_bump.yml +- [ ] This will open a PR. Review and merge it. - [ ] Create a tag with the version number (_without_ `v` prefix). ## All done! |