From 7359623e8775a58479e79717a4cc470497f3cbd4 Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Sun, 24 Oct 2021 10:13:28 -0500 Subject: [PATCH] Added changeset Signed-off-by: Andre Wanlin --- .changeset/green-parrots-thank.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .changeset/green-parrots-thank.md diff --git a/.changeset/green-parrots-thank.md b/.changeset/green-parrots-thank.md new file mode 100644 index 0000000000..9296a5119a --- /dev/null +++ b/.changeset/green-parrots-thank.md @@ -0,0 +1,10 @@ +--- +'@backstage/plugin-azure-devops': patch +--- + +Azure DevOps frontend refactoring items from issue #7641 + +- Remove backend setup documentation and linked to the Azure DevOps backend plugin for these instructions +- Improved documentation to be easier to expand with new features in the future +- Removed Router based on feedback from maintainers +- Added tests for `getBuildResultComponent` and `getBuildStateComponent` from the BuildTable