Write Changeset

Signed-off-by: PurseChicken <chris@tschantz.name>
This commit is contained in:
PurseChicken
2023-11-17 13:04:23 -08:00
parent c55d501b56
commit 0328d1b6b9
+9
View File
@@ -0,0 +1,9 @@
---
'@backstage/plugin-cloudbuild': minor
---
Changed build list view to automatically filter repositories based on component-info's metadata.name.
Added `google.com/cloudbuild-repo-name` annotation which allows you to specify a different repository to filter on.
Added `google.com/cloudbuild-trigger-name` annotation which allows you to filter based on a trigger name instead of a repo name.
Updated the ReadMe with information about the filtering and some other minor verbiage updates.
Changed `substitutions.BRANCH_NAME` to `substitutions.REF_NAME` so that the Ref field is populated properly.