Skip to content
Snippets Groups Projects
Commit af548695 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

chore: rename changelog params->args

parent 8bfe3897
Branches
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ async function getChangeLogJSON(args) { ...@@ -13,7 +13,7 @@ async function getChangeLogJSON(args) {
} }
// releases is too noisy in the logs // releases is too noisy in the logs
const { releases, ...param } = args; const { releases, ...param } = args;
logger.debug({ param }, `getChangeLogJSON(args)`); logger.debug({ args: param }, `getChangeLogJSON(args)`);
const { equals } = versioning(versionScheme); const { equals } = versioning(versionScheme);
if (!fromVersion || equals(fromVersion, toVersion)) { if (!fromVersion || equals(fromVersion, toVersion)) {
return null; return null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment