-
-
Notifications
You must be signed in to change notification settings - Fork 255
Description
Is there an existing issue or pull request for this?
-
I have searched the existing issues and pull requests - I've created feat(integration): ✨ add support for azure devops #1283
Feature description
git-cliff currently supports GitHub, GitLab, Gitea, and Bitbucket integrations, but lacks support for Azure DevOps; a widely used git hosting platform by some enterprises. The feature request would be to add support for this integration to leverage the same remote integration features available for other platforms.
Desired solution
Given that the integration is created, I would like to be able to configure Azure DevOps section in the git-cliff toml file to allow communication with it to retrieve information for the commits and pull requests. Much like the others...
For this purpose, I propose the following PR with the changes required to support this. #1283
Alternatives considered
A toml file can be "hacked" to directly reference azure devops repo site (in place of say github.com). Which will give git-cliff generated changelogs a "basic" integration to things like version comparisons and commit links.
But without a formal integration, it will never be able to retrieve committer information like the other websites. Since it requires proper integration with ADO's REST API.
Additional context
No response