From bd294eb63e7ee2369b89b493bac254ed57a085d6 Mon Sep 17 00:00:00 2001 From: Florian Kostenzer Date: Tue, 12 Jul 2022 22:16:56 +0200 Subject: [PATCH] docs(plugin-list): add semantic-release-space plugin (#2502) --- docs/extending/plugins-list.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/extending/plugins-list.md b/docs/extending/plugins-list.md index 2ce31c67..62d0961c 100644 --- a/docs/extending/plugins-list.md +++ b/docs/extending/plugins-list.md @@ -157,3 +157,9 @@ - `verifyConditions`: Verify plugin configuration and login to Helm registry - `prepare`: Package Helm chart to local folder - `publish`: Publish Helm chart to OCI registry +- [semantic-release-space](https://github.com/123FLO321/semantic-release-space) + - `verifyConditions` Verifies that all required options are set. + - `prepare` Creates a JetBrains Space Deployment Target if it does not yet exist. + - `publish` Starts a JetBrains Space Deployment. + - `success` Marks the JetBrains Space Deployment as completed. + - `fail` Marks the JetBrains Space Deployment as failed.