cargo-release v0.14.0 Release Notes

Release Date: 2021-06-16 // almost 3 years ago
  • ➕ Added

    • Add PUBLISH_GRACE_SLEEP environment variable that allows to set the number of seconds to sleep between two invocations of cargo publish. Default is 5
    • Do not sleep between publishes on dry runs

    🔄 Changed

    • 🆕 New disable-release config flag to skip crates in a workspace
    • Warn on detached HEADs and being behind the remote
      • Note: This means we are now doing a git fetch at the beginning, even with --dry-run