MCPcopy
hub / github.com/semantic-release/semantic-release / ENOREPOURL

Function ENOREPOURL

lib/definitions/errors.js:27–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27export function ENOREPOURL() {
28 return {
29 message: "The `repositoryUrl` option is required.",
30 details: `The [repositoryUrl option](${linkify(
31 "docs/usage/configuration.md#repositoryurl"
32 )}) cannot be determined from the semantic-release configuration, the \`package.json\` nor the [git origin url](https://git-scm.com/book/en/v2/Git-Basics-Working-with-Remotes).
33
34Please make sure to add the \`repositoryUrl\` to the [semantic-release configuration] (${linkify(
35 "docs/usage/configuration.md"
36 )}).`,
37 };
38}
39
40export function EGITNOPERMISSION({ options: { repositoryUrl }, branch: { name } }) {
41 return {

Callers

nothing calls this directly

Calls 1

linkifyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…