From c680462ae26b292d62926de792c3a043393d3df0 Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Tue, 21 Mar 2023 11:33:17 +0000 Subject: [PATCH] (maint) Prevent download of relase notes There is a bug in the Chocolatey.Cake.Recipe which is preventing the download of the release notes for this release, so let's skip it completely for just now. --- recipe.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe.cake b/recipe.cake index 6ef11e5cf..a6d08aa29 100644 --- a/recipe.cake +++ b/recipe.cake @@ -101,7 +101,7 @@ BuildParameters.SetParameters(context: Context, title: "Chocolatey GUI", repositoryOwner: "chocolatey", repositoryName: "ChocolateyGUI", - shouldDownloadMilestoneReleaseNotes: true, + shouldDownloadMilestoneReleaseNotes: false, treatWarningsAsErrors: false, productName: "Chocolatey GUI", productDescription: "Chocolatey GUI is a product of Chocolatey Software, Inc. - All Rights Reserved",