From baf1cab204a6b4050e015a8222a38b24e6a2ecf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Jerna=C5=9B?= Date: Tue, 23 Sep 2025 11:17:46 +0200 Subject: [PATCH 1/2] docs(scaffolder-gcp): Fix docstrings to mention GCP instead of Azure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Łukasz Jernaś --- .changeset/itchy-falcons-leave.md | 5 +++++ plugins/scaffolder-backend-module-gcp/src/index.ts | 2 +- plugins/scaffolder-backend-module-gcp/src/module.ts | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/itchy-falcons-leave.md diff --git a/.changeset/itchy-falcons-leave.md b/.changeset/itchy-falcons-leave.md new file mode 100644 index 0000000000..93618be48c --- /dev/null +++ b/.changeset/itchy-falcons-leave.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-scaffolder-backend-module-gcp': patch +--- + +Fix docstrings to mention GCP instead of Azure diff --git a/plugins/scaffolder-backend-module-gcp/src/index.ts b/plugins/scaffolder-backend-module-gcp/src/index.ts index 05498e3edd..5e3eced7a4 100644 --- a/plugins/scaffolder-backend-module-gcp/src/index.ts +++ b/plugins/scaffolder-backend-module-gcp/src/index.ts @@ -15,7 +15,7 @@ */ /** - * A module for the scaffolder backend that lets you interact with azure + * A module for the scaffolder backend that lets you interact with GCP * * @packageDocumentation */ diff --git a/plugins/scaffolder-backend-module-gcp/src/module.ts b/plugins/scaffolder-backend-module-gcp/src/module.ts index 0f2f37f5af..ad9ebcecee 100644 --- a/plugins/scaffolder-backend-module-gcp/src/module.ts +++ b/plugins/scaffolder-backend-module-gcp/src/module.ts @@ -22,7 +22,7 @@ import { GcpBucketWorkspaceProvider } from './providers/GcpBucketWorkspaceProvid /** * @public - * The Azure Module for the Scaffolder Backend + * The GCP Module for the Scaffolder Backend */ export const gcpBucketModule = createBackendModule({ moduleId: 'gcp', From dbb8c3b26e36599c06ead57f7f7a78f0a69a9f55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 23 Sep 2025 13:16:52 +0200 Subject: [PATCH 2/2] Update .changeset/itchy-falcons-leave.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- .changeset/itchy-falcons-leave.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/itchy-falcons-leave.md b/.changeset/itchy-falcons-leave.md index 93618be48c..07188e08c5 100644 --- a/.changeset/itchy-falcons-leave.md +++ b/.changeset/itchy-falcons-leave.md @@ -2,4 +2,4 @@ '@backstage/plugin-scaffolder-backend-module-gcp': patch --- -Fix docstrings to mention GCP instead of Azure +Fix documentation strings to mention GCP instead of Azure