We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
release
1 parent e241115 commit dd19179Copy full SHA for dd19179
packages/fairy-cli/src/commands/release.ts
@@ -167,6 +167,9 @@ async function printPkgCommitLogs(pnpmFilter?: string | string[]): Promise<void>
167
`请选择需要查看的模块:`,
168
VipInquirer.handleSimpleSearchSource(VipMonorepo.getPkgNames(pnpmFilter)),
169
)
170
+ if (pkgName == null) {
171
+ return
172
+ }
173
const commits = VipGit.getRecentCommitsByScope(pkgName)
174
175
if (commits.length === 0) {
0 commit comments