From 607a468ab172425cddd618489db7c30f927acc20 Mon Sep 17 00:00:00 2001 From: Severin Siffert Date: Tue, 10 Dec 2024 13:43:29 +0100 Subject: [PATCH] chore(docs): add manual allowlist check to promote runbook --- docs/process/release.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/process/release.md b/docs/process/release.md index 27d9af32cd..0f8856b6e0 100644 --- a/docs/process/release.md +++ b/docs/process/release.md @@ -114,6 +114,8 @@ Modify `DFX_VERSION` in these two files: ## Stage 5: Promote the release - day 4 +* Precondition: Make sure `dfx deploy --playground` works with a project created by `dfx new`. This makes sure that the asset canister wasm is properly allowlisted in the playground backend. + ### Update the GitHub release - Unset the "Pre-release" flag