From 656154836da4f98617181746475c2463b17516c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Berkefeld?= Date: Thu, 10 Aug 2023 11:03:30 +0200 Subject: [PATCH] fix pr-release command to point to master --- .fork/custom-commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.fork/custom-commands.json b/.fork/custom-commands.json index 6c00a0756..ad58f64bf 100644 --- a/.fork/custom-commands.json +++ b/.fork/custom-commands.json @@ -32,7 +32,7 @@ ], "action": { "type": "url", - "url": "https://github.com/Accenture/sfmc-devtools/compare/hotfix...$shortname?expand=1&template=pr_template_release.md" + "url": "https://github.com/Accenture/sfmc-devtools/compare/master...$shortname?expand=1&template=pr_template_release.md" } } ]