From 33004dfab0679547b2a33b84b39f6b96f08201ae Mon Sep 17 00:00:00 2001 From: Jeff Gehlbach Date: Tue, 25 Jun 2024 16:21:32 -0400 Subject: [PATCH] Added missing CDN cache clearing step to release checklist in docs --- docs/development/release-checklist.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/development/release-checklist.md b/docs/development/release-checklist.md index 91162f08a..019eb2a6c 100644 --- a/docs/development/release-checklist.md +++ b/docs/development/release-checklist.md @@ -135,4 +135,6 @@ First, run the `build-site` action, by navigating to Actions > build-site > Run Once the documentation files have been compiled, they must be published by running the `deploy-kinsta` action. Select the desired deployment environment (staging or production) and specify `latest` as the deploy tag. +Clear the CDN cache from the [Kinsta](https://my.kinsta.com/) portal. Navigate to _Sites_ / _NetBox Labs_ / _Live_, select _CDN_ in the left-nav, click the _Clear CDN cache_ button, and confirm the clear operation. + Finally, verify that the documentation at has been updated.