docs(plugin-list): add semantic-release-space plugin (#2502)

This commit is contained in:
Florian Kostenzer 2022-07-12 22:16:56 +02:00 committed by GitHub
parent c69445ebea
commit bd294eb63e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.