We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6ef47 commit f6b572eCopy full SHA for f6b572e
generator/ReleaseNotesGenerator/Program.cs
@@ -150,7 +150,7 @@ private void OnExecute()
150
// powershell release notes generator compares the latest module in PowerShellGallery to current version.
151
// during the first release, v5 will be compared with latest v4 and the generated release notes is extremely verbose
152
// this should be set to false after the first GA release.
153
- bool previewReleaseNotes = true;
+ bool previewReleaseNotes = false;
154
155
if (!string.IsNullOrEmpty(PreviewLabel) || previewReleaseNotes)
156
{
0 commit comments