cli icon indicating copy to clipboard operation
cli copied to clipboard

In the first question the CLI was broken

Open djom202 opened this issue 7 years ago • 1 comments

Currently I'm not using github enterprise, just bitbucket, so the cli was broken in the first question but should says something like "You should have a github enterprise account to use this tool".

image

djom202 avatar Sep 13 '18 21:09 djom202

The error message is unhelpful, but you can get around this by simply adding the repository field to your package.json. Here's the example from this repo:

"repository": "https://github.com/semantic-release/cli",

phenofic avatar Aug 25 '22 23:08 phenofic