From d21058c343c4650c4bacd234018a52b469568926 Mon Sep 17 00:00:00 2001 From: Woody Rousseau Date: Thu, 25 Feb 2021 20:57:46 +0100 Subject: [PATCH] Change terminology for builds on cloudbuild --- .changeset/strange-apes-exercise.md | 5 +++++ .../src/components/WorkflowRunDetails/WorkflowRunDetails.tsx | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/strange-apes-exercise.md diff --git a/.changeset/strange-apes-exercise.md b/.changeset/strange-apes-exercise.md new file mode 100644 index 0000000000..2e5b1b1b9e --- /dev/null +++ b/.changeset/strange-apes-exercise.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-cloudbuild': patch +--- + +Change terminology for cloudbuild diff --git a/plugins/cloudbuild/src/components/WorkflowRunDetails/WorkflowRunDetails.tsx b/plugins/cloudbuild/src/components/WorkflowRunDetails/WorkflowRunDetails.tsx index 3879bcbb93..7c2d171f8d 100644 --- a/plugins/cloudbuild/src/components/WorkflowRunDetails/WorkflowRunDetails.tsx +++ b/plugins/cloudbuild/src/components/WorkflowRunDetails/WorkflowRunDetails.tsx @@ -88,8 +88,8 @@ export const WorkflowRunDetails = ({ entity }: { entity: Entity }) => {
- Workflow runs - Workflow run details + Build history + Build details