From e8ecefa142b9b4636c8a91000df233332d5285b1 Mon Sep 17 00:00:00 2001 From: Morten Seifert Date: Tue, 31 Dec 2024 10:21:29 +0100 Subject: [PATCH] Test next minor/major (#18) * Update settings.json * Update AL-Go-Settings.json --- .AL-Go/settings.json | 4 +--- .github/AL-Go-Settings.json | 4 +++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.AL-Go/settings.json b/.AL-Go/settings.json index 4a4f5e5..b5253ee 100644 --- a/.AL-Go/settings.json +++ b/.AL-Go/settings.json @@ -3,7 +3,5 @@ "appFolders": [], "testFolders": [], "bcptTestFolders": [], - "repoVersion": "1.1", - "nextMinorSchedule": "0 0 * * 0", - "nextMajorSchedule": "0 0 * * 0" + "repoVersion": "1.1" } diff --git a/.github/AL-Go-Settings.json b/.github/AL-Go-Settings.json index 2a9b781..f302158 100644 --- a/.github/AL-Go-Settings.json +++ b/.github/AL-Go-Settings.json @@ -1,5 +1,7 @@ { "type": "PTE", "templateUrl": "https://github.com/microsoft/AL-Go-PTE@main", - "templateSha": "1ac0d953e1909925d7c7b06361f225f8883a9674" + "templateSha": "1ac0d953e1909925d7c7b06361f225f8883a9674", + "nextMinorSchedule": "0 0 * * 0", + "nextMajorSchedule": "0 0 * * 0" }