Docs.rs
  • release_plz_core-0.29.0
    • release_plz_core 0.29.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • marcoieni
    • Dependencies
      • anyhow ^1.0.86 normal
      • base64 ^0.22.1 normal
      • cargo ^0.82.0 normal
      • cargo_metadata ^0.18.1 normal
      • cargo_utils ^0.1.58 normal
      • chrono ^0.4.38 normal
      • crates-index ^3.2.0 normal
      • dunce ^1.0.5 normal
      • fs-err ^2.11.0 normal
      • git-cliff-core ^2.6.1 normal
      • git-url-parse ^0.4.4 normal
      • git_cmd ^0.6.13 normal
      • http ^1.1.0 normal
      • ignore ^0.4.22 normal
      • itertools ^0.13.0 normal
      • lazy_static ^1.5.0 normal
      • next_version ^0.2 normal
      • parse-changelog ^0.6.8 normal
      • rand ^0.8.5 normal
      • rayon ^1.10.0 normal
      • regex ^1.10.6 normal
      • reqwest ^0.12.7 normal
      • reqwest-middleware ^0.3.3 normal
      • reqwest-retry ^0.6.1 normal
      • secrecy ^0.10.2 normal
      • serde ^1.0.209 normal
      • serde_json ^1.0.127 normal
      • strip-ansi-escapes ^0.2.0 normal
      • tempfile ^3.12.0 normal
      • tera ^1.20.0 normal
      • tokio ^1.39.3 normal
      • toml ^0.8.19 normal
      • toml_edit ^0.22.20 normal
      • tracing ^0.1.40 normal
      • url ^2.5.2 normal
      • walkdir ^2.5.0 normal
      • expect-test ^1.5.0 dev
      • fake ^2.9.2 dev
      • tokio ^1.39.3 dev
      • wiremock ^0.6.1 dev
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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

release_plz_core0.29.0

  • All Items

Crate Items

  • Modules
  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

Crate release_plz_core

source

Modules§

  • fs_utils
  • set_version

Structs§

  • Changelog
  • ChangelogBuilder
  • ChangelogRequest
  • GitClient
  • GitHub
  • GitLab
  • GitPr
  • GitRelease
  • GitReleaseConfig
  • GitReleaseInfo
  • GitTagConfig
  • Gitea
  • PackageDownloader
  • PackageRelease
  • PackageUpdateConfig
    Package-specific config
  • PackagesUpdate
  • Project
  • PublishConfig
  • Release
  • ReleaseConfig
  • ReleaseMetadata
  • ReleasePr
    Release pull request that release-plz opened/updated.
  • ReleasePrRequest
  • ReleaseRequest
  • Remote
  • RepoUrl
  • UpdateConfig
  • UpdateRequest
  • UpdateResult
  • Updater

Enums§

  • GitBackend
  • ReleaseType

Constants§

  • BRANCH_PREFIX
  • CHANGELOG_FILENAME
  • CHANGELOG_HEADER
  • RELEASE_LINK
  • REMOTE

Traits§

  • PackagePath
  • Publishable
  • ReleaseMetadataBuilder

Functions§

  • are_packages_equal
    Check if two packages are equal.
  • copy_to_temp_dir
  • get_cargo_package_files
  • is_readme_updated
    Returns true if the README file of the local package is the same as the one in the registry. Returns false if:
  • local_readme_override
  • manifest_dir
  • new_manifest_dir_path
  • new_project_root
  • next_versions
    Determine next version of packages
  • publishable_packages_from_manifest
  • 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 Returns:
  • root_repo_path
  • root_repo_path_from_manifest_dir
  • set_version
  • update
    Update a local rust project
  • workspace_packages

Type Aliases§

  • PackagesToUpdate