cargo-semantic-release

Crates.iocargo-semantic-release
lib.rscargo-semantic-release
version
sourcesrc
created_at2025-01-08 19:49:46.206136
updated_at2025-01-08 19:49:46.206136
descriptionPlugin for Cargo to create semantic release
homepage
repository
max_upload_size
id1508999
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Kristóf Kovács (Krizsi96)

documentation

README

Cargo Semantic Release

This project aims to create a Cargo plugin that creates semantic releases for Rust projects.

Goals

  • It can be installed as a Cargo plugin
  • Works with Gitmoji commit messages
  • Follows Semantic Versioning guidelines
Commit count: 0

cargo fmt