Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 789 Bytes

integrations.md

File metadata and controls

35 lines (25 loc) · 789 Bytes

Integrations

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:

Configuring integrations

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

See Also