feat(events): add default exports for new backend system

Add default exports for event modules
to be used with the new backend system
as well as documentation on how to install.

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
This commit is contained in:
Patrick Jungermann
2024-01-09 01:31:49 +01:00
parent d5ddc4e467
commit af76a957ba
10 changed files with 45 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-events-backend-module-bitbucket-cloud': patch
'@backstage/plugin-events-backend-module-gerrit': patch
'@backstage/plugin-events-backend-module-azure': patch
---
Add default exports for the new backend system and documentation.