Skip to content

Commit

Permalink
fix(cli): fix what-broke
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Nov 8, 2023
1 parent 66012a3 commit 4cc4708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/what-broke.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const child = spawn(
[
require.resolve('./npm-fetch-changelog.js'),
...process.argv.slice(2),
'--no-minor',
'--major',
],
{
stdio: 'inherit',
Expand Down

0 comments on commit 4cc4708

Please sign in to comment.