From 2147ae260ec527b8cf04edb5878b8dd949f1170c Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Mon, 3 Jul 2023 15:15:09 +0200 Subject: [PATCH] docs: `fetchReleaseNotes` works with Bitbucket Cloud (#23108) --- docs/usage/configuration-options.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index 757cc06534..2a5f8152ae 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -935,10 +935,11 @@ Set this to `false` if you want to disable release notes fetching. Renovate can fetch release notes when they are hosted on one of these platforms: +- Bitbucket Cloud - GitHub (.com and Enterprise Server) - GitLab (.com and CE/EE) -If you are running on any platform except github.com, you need to [configure a Personal Access Token](./getting-started/running.md#githubcom-token-for-release-notes) to allow Renovate to fetch release notes from github.com. +If you are running on any platform except `github.com`, you need to [configure a Personal Access Token](./getting-started/running.md#githubcom-token-for-release-notes) to allow Renovate to fetch release notes from `github.com`. <!-- prettier-ignore --> !!! note -- GitLab