Clement134 / get-changelog

A CLI tool to easily find changelogs
MIT License
22 stars 3 forks source link

Search changelog files in monorepositories #199

Closed Clement134 closed 3 years ago

Clement134 commented 3 years ago

Description

Detect monorepositories and search changelog files in the packages subfolders.

Motivation and Context

In a monorepository changelog files aren't located at the root file structure, they are usually find in the subfolder (in the packages folder) corresponding to the module. This PR should fix #183.

Types of changes

Does this introduce a breaking change?

How Has This Been Tested?

Tested manually with multiple monorepositories (rollup, istanbuljs, aribnb, typescript-eslint). Unit tests adapted with this new use case.

Checklist:

Clement134 commented 3 years ago

All tests are good, this PR will be released in the next release.