Expand description
Implementation of the sementic release steps to for integraing a cargo-based Rust project.
Enums§
- Cargo
Toml Error - The error details related the contents of a
Cargo.toml
file. - Dependency
Type - The type of a dependency for a package.
- Error
- The error type for operations
sementic-release-rust
operations.
Functions§
- list_
packages - List the packages from the workspace in the order of their dependencies.
- prepare
- Prepare the Rust workspace for a release.
- publish
- Publish the publishable crates from the workspace.
- verify_
conditions - Verify that the conditions for a release are satisfied.
Type Aliases§
- Result
- A specialized
Result
type forsemantic-release-rust
operations.