Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eaba committed Feb 15, 2024
1 parent 0cd4525 commit cb8e928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ protected override void OnBuildInitialized()
//.OnlyWhenDynamic(() => GitRepository.Branch.Equals("main", StringComparison.OrdinalIgnoreCase))
.Executes(() =>
{
// ./build.cmd RunChangelog --major-minor-patch 2.15.1
FinalizeChangelog(ChangelogFile, MajorMinorPatch, GitRepository);
Information($"Please review CHANGELOG.md ({ChangelogFile}) and press 'Y' to validate (any other key will cancel changes)...");
ConsoleKeyInfo keyInfo = Console.ReadKey();
Expand Down

0 comments on commit cb8e928

Please sign in to comment.