semantic-release / cli

:cl::round_pushpin: Setup automated semver compliant package publishing
MIT License
367 stars 49 forks source link

In the first question the CLI was broken #236

Open djom202 opened 6 years ago

djom202 commented 6 years ago

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

phenofic commented 2 years ago

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",