We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1beeb84 commit 1775ed8Copy full SHA for 1775ed8
docs/extending/plugins-list.md
@@ -171,3 +171,6 @@
171
- `verifyConditions` Validate configuration, `Cargo.toml`, and local cargo executable. Also, logs in into `crates.io`.
172
- `prepare` Write the new version number into `Cargo.toml` file and perform `cargo check` if configured.
173
- `publish` Publish the Rust crate to `crates.io`
174
+- [semantic-release-coralogix](https://github.com/adobe/semantic-release-coralogix)
175
+ - `verifyConditions` Verified that required credentials are provided and API is accessible
176
+ - `publish` add a release tag to Coralogix
0 commit comments