From 3a8294aa963dc83480b5826448b2cae71ec5cb34 Mon Sep 17 00:00:00 2001 From: Andreas Berger Date: Fri, 24 Feb 2023 11:16:31 +0100 Subject: [PATCH] Improve changelog Signed-off-by: Andreas Berger --- .changeset/silver-lies-rest.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.changeset/silver-lies-rest.md b/.changeset/silver-lies-rest.md index 76fdba0b43..34b77f5375 100644 --- a/.changeset/silver-lies-rest.md +++ b/.changeset/silver-lies-rest.md @@ -1,6 +1,7 @@ --- -'@backstage/plugin-catalog-backend-module-gitlab': minor +'@backstage/plugin-catalog-backend-module-gitlab': patch --- The configuration key `branch` of the `GitlabDiscoveryEntityProvider` has been deprecated in favor of the configuration key `fallbackBranch`. +It will be reused in future release to enforce a concrete branch to be used in catalog file discovery. To migrate to the new configuration value, rename `branch` to `fallbackBranch`.