From 3cebc34e468a00d961f30a1e9ae7ab5c0518f231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malo=20L=C3=A9on?= Date: Mon, 19 Feb 2024 15:07:37 +0000 Subject: [PATCH] refactor: rename default cd config file from wyatt.yaml to cd_config.yaml --- .../lib/src/core/constants/app_constants.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/wyatt_continuous_deployment/lib/src/core/constants/app_constants.dart b/packages/wyatt_continuous_deployment/lib/src/core/constants/app_constants.dart index bb26b700..b24703e6 100644 --- a/packages/wyatt_continuous_deployment/lib/src/core/constants/app_constants.dart +++ b/packages/wyatt_continuous_deployment/lib/src/core/constants/app_constants.dart @@ -18,7 +18,7 @@ abstract class AppConstants { static const packageName = 'studio_cli'; static const executableName = 'wyatt'; - static const configFileName = 'wyatt.yaml'; + static const configFileName = 'cd_config.yaml'; static const requiredTools = ['fastlane', 'flutter', 'unzip', 'gpg']; static const androidFolder = 'android';