From a42e8cb4cc224f21c7be2c7f2f4a4a491a466b86 Mon Sep 17 00:00:00 2001 From: Guillaume Bouchard Date: Tue, 3 Sep 2019 18:38:24 +0200 Subject: [PATCH] Update bazel version bump checklist - add bullet point about updating netlify. - remove bullet point about updating circle CI. Bazel version in circle CI is handled by nixpkgs. --- MAINTAINERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 59e41aed4..0496642db 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -43,7 +43,6 @@ We strive to always test against the latest non-LTS release nonetheless, so bumping bazel regularly is required. -- [ ] Bump bazel download link for bazel in `.circleci/config.yml` - [ ] Bump bazel download link for bazel in `azure-pipelines.yml` - [ ] Update all bazel rules dependencies in `WORKSPACE` (e.g. `io_bazel_skydoc`) @@ -53,3 +52,4 @@ nonetheless, so bumping bazel regularly is required. - Bump `MIN_BAZEL_*` in `start` - TODO - [ ] Add update notice to `CHANGELOG` +- [ ] Bump bazel version in .netlify/install.sh