From 8edae2f7287e9d75e0093d175da42e9435e3c622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw?= <54472480+radoslaw-sz@users.noreply.github.com> Date: Sun, 22 Oct 2023 13:22:00 +0200 Subject: [PATCH] Add Changelog plugin to plugins marketplace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Radosław <54472480+radoslaw-sz@users.noreply.github.com> --- microsite/data/plugins/changelog.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 microsite/data/plugins/changelog.yaml diff --git a/microsite/data/plugins/changelog.yaml b/microsite/data/plugins/changelog.yaml new file mode 100644 index 0000000000..4d73f6a412 --- /dev/null +++ b/microsite/data/plugins/changelog.yaml @@ -0,0 +1,12 @@ +--- +title: Changelog viewer +author: Radoslaw Szymkiewicz +authorUrl: https://github.com/radoslaw-sz +category: Discovery +description: View changelogs for your components in Backstage. +documentation: https://github.com/RSC-Labs/backstage-changelog-plugin/blob/main/README.md +iconUrl: https://avatars.githubusercontent.com/u/146464373 +npmPackageName: '@rsc-labs/changelog-plugin' +tags: + - changelog +addedDate: '2023-10-22'