From f09f66581719287cf59ccba995056eb87ad99714 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Wed, 6 Nov 2024 11:43:11 +1300 Subject: [PATCH] FIX Allow tag-patch-release for tx-translator --- scripts/cms-any/tag-patch-release.php | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/cms-any/tag-patch-release.php b/scripts/cms-any/tag-patch-release.php index 6a72c1c..57feb20 100644 --- a/scripts/cms-any/tag-patch-release.php +++ b/scripts/cms-any/tag-patch-release.php @@ -62,7 +62,6 @@ 'rhino', 'github-issue-search-client', 'module-standardiser', - 'silverstripe-tx-translator', 'supported-modules', ]; $shouldHaveAction = $shouldHaveAction && !is_misc() && !module_is_recipe() && !module_is_one_of($notAllowedRepos);