You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lerna-changelog currently only supports projects hosted on GitHub
Turbo87
changed the title
Running command lerna-changelog throws error "Could not infer "repo" from the "package.json" file." with VSTS repo
Add Azure DevOps support
Dec 9, 2019
Hi,
I have Azure DevOps (Formerly known as VSTS) repository https://xxxxxxxxxxxxxxxx/DefaultCollection/project_name/_git/project_name and configured with lerna. Publish/versioning works fine with Lerna.
However, while running the command lerna-changelog throws error "Could not infer "repo" from the "package.json" file." with VSTS repo
After checking the Lerna-Changelog code, it looks like its trying to match the repo pattern and fails
lerna-changelog/src/configuration.ts
The text was updated successfully, but these errors were encountered: