From 6b3ffd3edd62b8068b986b68f6108d49886819b2 Mon Sep 17 00:00:00 2001 From: Maksym H <1177472+mordamax@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:00:54 +0100 Subject: [PATCH] Update docs/contributor/commands-readme.md --- docs/contributor/commands-readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributor/commands-readme.md b/docs/contributor/commands-readme.md index 3a7ec163dbf1..3a0fadc3bb25 100644 --- a/docs/contributor/commands-readme.md +++ b/docs/contributor/commands-readme.md @@ -44,5 +44,5 @@ the default branch. The regex in cmd.yml is: `^(\/cmd )([-\/\s\w.=:]+)$` accepts only alphanumeric, space, "-", "/", "=", ":", "." chars. `/cmd bench --runtime bridge-hub-westend --pallet=pallet_name` -`/cmd prdoc --pr 5924 --audience runtime_dev runtime_user --bump patch` +`/cmd prdoc --audience runtime_dev runtime_user --bump patch --force` `/cmd update-ui --image=docker.io/paritytech/ci-unified:bullseye-1.77.0-2024-04-10-v202407161507 --clean`