From 3e254503d9801483071872a1b90894a1e9034e12 Mon Sep 17 00:00:00 2001 From: Taras Mankovski Date: Fri, 2 Oct 2020 17:44:11 -0400 Subject: [PATCH] Added changeset for #2543 --- .changeset/2543.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changeset/2543.md diff --git a/.changeset/2543.md b/.changeset/2543.md new file mode 100644 index 0000000000..523a24a4d7 --- /dev/null +++ b/.changeset/2543.md @@ -0,0 +1,8 @@ +--- +'@backstage/plugin-scaffolder-backend': minor +--- +Add Azure DevOps support to the scaffolder backend + +This adds support for Azure DevOps to the scaffolder (preparer & publisher). I thought I should get this in there now since #2426 has been merged. I had a previous PR with only the preparer but I closed that in favor of this one. + +I stayed with the 'azure/api' structure but I guess we should try and go the same way as with GitHub here #2501