Skip to content

Commit d720cd7

Browse files
committed
feat(debug): print passed cli flags
1 parent 3efd912 commit d720cd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/runner.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ module.exports = (flags) => {
1212
try {
1313
console.log(`multi-semantic-release version: ${multisemrelPkgJson.version}`);
1414
console.log(`semantic-release version: ${semrelPkgJson.version}`);
15+
console.log(`flags: ${JSON.stringify(flags, null, 2)}`);
1516

1617
// Get list of package.json paths according to Yarn workspaces.
1718
const paths = getWorkspacesYarn(cwd);

0 commit comments

Comments
 (0)