From b079caf7faa525fa436a000b1a29f50fea8c7e95 Mon Sep 17 00:00:00 2001 From: aizerin <l.nuzky@gmail.com> Date: Tue, 9 Feb 2021 14:05:52 +0100 Subject: [PATCH] docs: Add trustLevel info to allowedPostUpgradeCommands (#8597) --- docs/usage/self-hosted-configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/usage/self-hosted-configuration.md b/docs/usage/self-hosted-configuration.md index bce0bf1f71..7c3239f222 100644 --- a/docs/usage/self-hosted-configuration.md +++ b/docs/usage/self-hosted-configuration.md @@ -54,6 +54,7 @@ npx ng update @angular/core --from=9.0.0 --to=10.0.0 --migrateOnly --allowDirty A list of regular expressions that determine which commands in `postUpgradeTasks` are allowed to be executed. If this list is empty then no tasks will be executed. +Also you need to have `"trustLevel": "high"`, otherwise these tasks will be ignored. e.g. -- GitLab