From 836861ac6560d8a410fecf2dabb657e6de53b7e7 Mon Sep 17 00:00:00 2001 From: Jason Lantz Date: Sun, 23 Jun 2024 16:47:01 -0500 Subject: [PATCH 1/3] Add parent branch resolver --- cumulusci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/cumulusci.yml b/cumulusci.yml index 71392c5..48f33e5 100644 --- a/cumulusci.yml +++ b/cumulusci.yml @@ -18,6 +18,19 @@ project: version: 1.33 - github: 'https://github.com/muselab-d2x/D2X-Cloud-Demo-1' subfolder: 'force-app' + dependency_resolutions: + resolution_strategies: + commit_status: + - tag + - commit_status_exact_branch + - commit_status_release_branch + - commit_status_previous_release_branch + - commit_status_parent_branch + - commit_status_default_branch + - latest_beta + - latest_release + - unmanaged + From ca010e13cb6f149642caf9a58b071cf7938da54a Mon Sep 17 00:00:00 2001 From: Jason Lantz Date: Tue, 25 Jun 2024 07:47:44 -0500 Subject: [PATCH 2/3] Change to commit_status for preproduction --- cumulusci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/cumulusci.yml b/cumulusci.yml index 48f33e5..fec0d90 100644 --- a/cumulusci.yml +++ b/cumulusci.yml @@ -19,6 +19,7 @@ project: - github: 'https://github.com/muselab-d2x/D2X-Cloud-Demo-1' subfolder: 'force-app' dependency_resolutions: + preproduction: commit_status resolution_strategies: commit_status: - tag From d6763fa11c530a6cb74f754f1f01d6dfd0091232 Mon Sep 17 00:00:00 2001 From: Jason Lantz Date: Sun, 30 Jun 2024 15:45:05 -0500 Subject: [PATCH 3/3] Update README.md