[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack. Effortlessly build beautiful command-line apps bomb.sh/docs/clack/basics/getting-started/
cli command-line command-line-app node prompt prompts
5

Configure Feed

Select the types of activity you want to include in your feed.

refactor: match changeset patch result with multiselect result

Bruno Rocha (Aug 28, 2023, 11:28 AM -0300) 3c739f06 818373d1

+1 -1
+1 -1
examples/changesets/index.ts
··· 59 59 (pkg) => !major.includes(pkg) && !minor.includes(pkg) 60 60 ); 61 61 if (possiblePackages.length === 0) return; 62 - let note = possiblePackages.join('\n'); 62 + let note = possiblePackages.join(color.dim(', ')); 63 63 64 64 p.log.step(`These packages will have a ${color.green('patch')} bump.\n${color.dim(note)}`); 65 65 return possiblePackages;