From 3db50a4ea744fcb4183c908f0b67912ecf21fa51 Mon Sep 17 00:00:00 2001 From: NicolasVuillamy Date: Tue, 7 Nov 2023 16:01:42 +0100 Subject: [PATCH] delta doc --- docs/salesforce-ci-cd-config-delta-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/salesforce-ci-cd-config-delta-deployment.md b/docs/salesforce-ci-cd-config-delta-deployment.md index ee35bbe08..2de0cf5ec 100644 --- a/docs/salesforce-ci-cd-config-delta-deployment.md +++ b/docs/salesforce-ci-cd-config-delta-deployment.md @@ -47,7 +47,7 @@ Examples: - **hotfixes/fix-stuff to preprod** will be **DELTA** DEPLOYMENT - **preprod to production** will be **FULL** DEPLOYMENT -> 💡 If you want to force the use full deployment for a PR/MR on a delta project, add **nodelta** in your latest commit title or text. +> 💡 If you want to **force the use of full deployment for a PR/MR** on a delta project, add "**nodelta**" in your latest commit title or text. ___