From e7dde11b46f5060118700e21e36c08e50e679703 Mon Sep 17 00:00:00 2001 From: Alex Crome Date: Thu, 10 Mar 2022 15:34:29 +0000 Subject: [PATCH 1/2] Typo fix to Azure Devops readme Removed an erroneous backtick that was messign up formatting Signed-off-by: Alex Crome --- plugins/azure-devops/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/azure-devops/README.md b/plugins/azure-devops/README.md index e4b81fe97c..e06c3c81ec 100644 --- a/plugins/azure-devops/README.md +++ b/plugins/azure-devops/README.md @@ -94,7 +94,7 @@ To get the Azure Pipelines component working you'll need to do the following two ``` - 2. If you are using the ``dev.azure.com/project` and `dev.azure.com/build-definition` annotations then you'll want to do this: + 2. If you are using the `dev.azure.com/project` and `dev.azure.com/build-definition` annotations then you'll want to do this: ```tsx // In packages/app/src/components/catalog/EntityPage.tsx From 4e6327ef7aed06450f5326b33aa7bc9cdd3ee541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Fri, 11 Mar 2022 11:40:35 +0100 Subject: [PATCH 2/2] changeset MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- .changeset/rotten-bears-vanish.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/rotten-bears-vanish.md diff --git a/.changeset/rotten-bears-vanish.md b/.changeset/rotten-bears-vanish.md new file mode 100644 index 0000000000..b988d061ca --- /dev/null +++ b/.changeset/rotten-bears-vanish.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-azure-devops': patch +--- + +Updated readme