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.
--minor-version-only
--latest-patch
1 parent e466509 commit 03d4c2eCopy full SHA for 03d4c2e
src/cli.ts
@@ -82,7 +82,7 @@ new Command()
82
: SearchMode.Archived;
83
84
// Group mode.
85
- const groupMode = options.latestPatch
+ const groupMode = (options.latestPatch || options.minorVersionOnly)
86
? GroupMode.LatestPatch
87
: options.oldestPatch
88
? GroupMode.OldestPatch
0 commit comments