Skip to content

Commit

Permalink
(maint) Prevent download of relase notes
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gep13 committed Mar 21, 2023
1 parent 199c78d commit c680462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe.cake
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c680462

Please sign in to comment.