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.
1 parent 3efd912 commit d720cd7Copy full SHA for d720cd7
bin/runner.js
@@ -12,6 +12,7 @@ module.exports = (flags) => {
12
try {
13
console.log(`multi-semantic-release version: ${multisemrelPkgJson.version}`);
14
console.log(`semantic-release version: ${semrelPkgJson.version}`);
15
+ console.log(`flags: ${JSON.stringify(flags, null, 2)}`);
16
17
// Get list of package.json paths according to Yarn workspaces.
18
const paths = getWorkspacesYarn(cwd);
0 commit comments