Docs.rs
  • release_plz_core-0.7.0
    • release_plz_core 0.7.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • marcoieni
    • Dependencies
      • anyhow ^1.0.70 normal
      • cargo ^0.69.0 normal
      • cargo_metadata ^0.15.3 normal
      • cargo_utils ^0.1.15 normal
      • chrono ^0.4.24 normal
      • crates-index ^0.19.7 normal
      • dunce ^1.0.3 normal
      • fs_extra ^1.3.0 normal
      • git-cliff ^1.1.2 normal
      • git-cliff-core ^1.1.2 normal
      • git-url-parse ^0.4.4 normal
      • git_cmd ^0.4.0 normal
      • lazy_static ^1.4.0 normal
      • next_version ^0.2.3 normal
      • parse-changelog ^0.5.3 normal
      • regex ^1.7.3 normal
      • reqwest ^0.11.16 normal
      • reqwest-middleware ^0.2.1 normal
      • reqwest-retry ^0.2.2 normal
      • secrecy ^0.8.0 normal
      • serde ^1.0.158 normal
      • serde_json ^1.0.94 normal
      • strip-ansi-escapes ^0.1.1 normal
      • tempfile ^3.4.0 normal
      • toml_edit ^0.19.8 normal
      • tracing ^0.1.37 normal
      • url ^2.3.1 normal
      • walkdir ^2.3.3 normal
      • expect-test ^1.4.1 dev
      • fake ^2.5.0 dev
      • tokio ^1.26.0 dev
      • wiremock ^0.5.17 dev
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate release_plz_core

  • Version 0.7.0
  • All Items
  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
?
Change settings

Crate release_plz_core

source ·

Structs

  • Changelog
  • ChangelogBuilder
  • ChangelogRequest
  • GitHub
  • GitLab
  • GitRelease
  • Gitea
  • PackageReleaseConfig
  • PackageUpdateConfig
    Package-specific config
  • PackagesUpdate
  • Project
  • ReleaseConfig
  • ReleasePrRequest
  • ReleaseRequest
  • RepoUrl
  • UpdateConfig
  • UpdateRequest
  • UpdateResult
  • Updater

Enums

  • GitBackend
  • RunSemverCheck
    Whether to run cargo-semver-checks or not.

Constants

  • CARGO_TOML
  • CHANGELOG_FILENAME
  • CHANGELOG_HEADER

Traits

  • PackagePath
  • Publishable

Functions

  • are_packages_equal
  • copy_to_temp_dir
  • manifest_dir
  • next_versions
    Determine next version of packages
  • publishable_packages
  • read_package
    Read a package from file system
  • release
    Release the project as it is.
  • release_pr
    Open a pull request with the next packages versions of a local rust project
  • update
    Update a local rust project