From d0e099d2fc306206dac8fee2b8d88d8e178c3ed6 Mon Sep 17 00:00:00 2001 From: TheBlob42 Date: Mon, 11 Apr 2022 07:46:56 +0200 Subject: [PATCH] doc: add missing provider --- docs/Config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Config.md b/docs/Config.md index 77685a378..6534e8056 100644 --- a/docs/Config.md +++ b/docs/Config.md @@ -468,7 +468,7 @@ services: Where: - `gitDomain` stands for the domain used by git itself (i.e. the one present on clone URLs), e.g. `git.work.com` -- `provider` is one of `github`, `bitbucket` or `gitlab` +- `provider` is one of `github`, `bitbucket`, `bitbucketServer`, `azuredevops` or `gitlab` - `webDomain` is the URL where your git service exposes a web interface and APIs, e.g. `gitservice.work.com` ## Predefined commit message prefix