While a change log can be generated from any git repository, Integrations provide extended features for repositories hosted by any of the supported providers.
Currently supported providers are:
By default, no integrations are enabled. To specify the integration provider,
use the using the changelog:integrations:provider
setting:
{
"changelog": {
"integrations": {
"provider": "GitHub"
}
}
}
Allowed values are:
none
(default)GitHub
GitLab