Skip to content

Commit

Permalink
docs(plugins list): add semantic release cargo community plugin (#2590)
Browse files Browse the repository at this point in the history
  • Loading branch information
buehler committed Oct 10, 2022
1 parent e675b79 commit 4012f75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/extending/plugins-list.md
Expand Up @@ -166,3 +166,7 @@
- [semantic-release-react-native](https://github.com/alexandermendes/semantic-release-react-native)
- `verifyConditions` Validate configuration.
- `prepare` Version native iOS and Android files.
- [semantic-release-cargo](https://github.com/buehler/semantic-release-cargo)
- `verifyConditions` Validate configuration, `Cargo.toml`, and local cargo executable. Also, logs in into `crates.io`.
- `prepare` Write the new version number into `Cargo.toml` file and perform `cargo check` if configured.
- `publish` Publish the Rust crate to `crates.io`

0 comments on commit 4012f75

Please sign in to comment.