lerna / lerna-changelog

:book: PR-based changelog generator with monorepo support
MIT License
802 stars 100 forks source link

Add Azure DevOps support #193

Open thangaraja opened 4 years ago

thangaraja commented 4 years ago

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

image

Turbo87 commented 4 years ago

lerna-changelog currently only supports projects hosted on GitHub

thiagocardoso1988 commented 3 years ago

Is there any updates regarding this subject? Anything we can do to help getting this done?