lerna-changelog icon indicating copy to clipboard operation
lerna-changelog copied to clipboard

Add Azure DevOps support

Open thangaraja opened this issue 4 years ago • 2 comments

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

thangaraja avatar Dec 09 '19 12:12 thangaraja

lerna-changelog currently only supports projects hosted on GitHub

Turbo87 avatar Dec 09 '19 13:12 Turbo87

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

thiagocardoso1988 avatar Jun 14 '21 22:06 thiagocardoso1988