lerna / lerna-changelog

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

Abstract away "providers" #23

Open jamiebuilds opened 8 years ago

jamiebuilds commented 8 years ago

So there are a lot of different systems for getting the information necessary for changelogs.

It would be nice if lerna-changelog could support a variety of different services and systems for generating changelogs by having some abstract form of providers that could be setup in repos.

gigabo commented 8 years ago

Good idea.

There are currently three key pieces of information for each changelog item:

Any of these could come from:

The info doesn't necessarily need to all come from the same source (e.g. description from issue, category from PR, author from commit).

trevordmiller commented 5 years ago

Would love to see Bitbucket support. We are currently manually creating changelogs.