Skip to content

Commit f6b572e

Browse files
Afroz Mohammedafroz429
authored andcommitted
enabled release notes
1 parent ba6ef47 commit f6b572e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/ReleaseNotesGenerator/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ private void OnExecute()
150150
// powershell release notes generator compares the latest module in PowerShellGallery to current version.
151151
// during the first release, v5 will be compared with latest v4 and the generated release notes is extremely verbose
152152
// this should be set to false after the first GA release.
153-
bool previewReleaseNotes = true;
153+
bool previewReleaseNotes = false;
154154

155155
if (!string.IsNullOrEmpty(PreviewLabel) || previewReleaseNotes)
156156
{

0 commit comments

Comments
 (0)