Skip to content

Commit

Permalink
fix(build-cli): Update promptToGenerateReleaseNotes to use non-deprec…
Browse files Browse the repository at this point in the history
…ated flag (#23482)

## Description

Update promptToGenerateReleaseNotes to use non-deprecated flag
  • Loading branch information
CraigMacomber authored Jan 8, 2025
1 parent e3d6ba0 commit c55eaac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ export const promptToGenerateReleaseNotes: StateHandlerFunction = async (
{
title: "FIRST: generate:releaseNotes",
message: `To generate the release notes, run the following command from the root of your release repo:`,
cmd: `flub generate releaseNotes -g ${releaseGroup} -t ${bumpType} --out RELEASE_NOTES/${releaseVersion}.md`,
cmd: `flub generate releaseNotes -g ${releaseGroup} -t ${bumpType} --outFile RELEASE_NOTES/${releaseVersion}.md`,
},
{
title: "FINALLY: merge the resulting changes",
Expand Down

0 comments on commit c55eaac

Please sign in to comment.