diff options
author | Luca Casonato <hello@lcas.dev> | 2021-10-22 14:45:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-22 14:45:16 +0200 |
commit | 834f474729875135c8445e38b76fb750b223caa9 (patch) | |
tree | cf6292b3bab02e8d563055ef5fe0b2dac3670143 /tools/cut_a_release.md | |
parent | 43cd0459b9ca383f18ca5b01b8c48e77737c3f1d (diff) |
chore: add note about BCD to cut_a_release.md (#12513)
Diffstat (limited to 'tools/cut_a_release.md')
-rw-r--r-- | tools/cut_a_release.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/cut_a_release.md b/tools/cut_a_release.md index 3747647ba..634a532a7 100644 --- a/tools/cut_a_release.md +++ b/tools/cut_a_release.md @@ -93,6 +93,10 @@ cut.** must match the CLI tag; you don't need to create dedicated commit for that purpose, it's enough to tag the latest commit in that repo. +21. For minor releases: make sure https://github.com/mdn/browser-compat-data has + been updated to reflect Web API changes in this release. Usually done ahead + of time by @lucacasonato. + ## Updating `deno_docker` 1. Open a PR on the `deno_docker` repo that bumps the Deno version in all |