Skip to content

Commit

Permalink
Merge pull request #216 from semantic-release-plus/20210618-merge-ups…
Browse files Browse the repository at this point in the history
…tream

20210618 merge upstream
  • Loading branch information
JoA-MoS authored Jun 18, 2021
2 parents 867b850 + 62ff374 commit 8c652ce
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 22 deletions.
4 changes: 2 additions & 2 deletions lib/definitions/errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ Your configuration for the \`tagFormat\` option is \`${stringify(tagFormat)}\`.`
message: `The \`${type}\` plugin configuration is invalid.`,
details: `The [${type} plugin configuration](${linkify(`docs/usage/plugins.md#${toLower(type)}-plugin`)}) ${
required ? 'is required and ' : ''
} must be a single or an array of plugins definition. A plugin definition is an npm module name, optionnaly wrapped in an array with an object.
} must be a single or an array of plugins definition. A plugin definition is an npm module name, optionally wrapped in an array with an object.
Your configuration for the \`${type}\` plugin is \`${stringify(pluginConf)}\`.`,
}),
EPLUGINSCONF: ({plugin}) => ({
message: 'The `plugins` configuration is invalid.',
details: `The [plugins](${linkify(
'docs/usage/configuration.md#plugins'
)}) option must be an array of plugin definions. A plugin definition is an npm module name, optionnaly wrapped in an array with an object.
)}) option must be an array of plugin definions. A plugin definition is an npm module name, optionally wrapped in an array with an object.
The invalid configuration is \`${stringify(plugin)}\`.`,
}),
Expand Down
61 changes: 41 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8c652ce

Please sign in to comment.