Merge pull request #3517 from adamdmharvey/adr004-ci

chore(jenkins,circleci): Refactor APIs to export modules from index to support ADR004
This commit is contained in:
Fredrik Adelöw
2020-12-03 21:23:35 +01:00
committed by GitHub
7 changed files with 342 additions and 295 deletions
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/plugin-circleci': patch
'@backstage/plugin-jenkins': patch
---
Refactor to support ADR004 module exporting.
For more information, see https://backstage.io/docs/architecture-decisions/adrs-adr004.