Skip to content

Commit

Permalink
feat(debug): print passed cli flags
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jul 20, 2020
1 parent 3efd912 commit d720cd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = (flags) => {
try {
console.log(`multi-semantic-release version: ${multisemrelPkgJson.version}`);
console.log(`semantic-release version: ${semrelPkgJson.version}`);
console.log(`flags: ${JSON.stringify(flags, null, 2)}`);

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

0 comments on commit d720cd7

Please sign in to comment.