2.2.10 • Published 3 days ago

semantic-release-cargo v2.2.10

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 days ago

semantic release cargo

Semantic release plugin to publish cargo packages. Login with a cargo.io registry token and publish your crate.

Configuration

Environment

  • CARGO_REGISTRY_TOKEN: required token that is used to login against crates.io

Options

  • allFeatures: Boolean that attaches --all-features to the cargo commands)
  • check: Boolean that defines if cargo check is executed (defaults to true)
  • checkArgs: Array of strings that contains additional arguments for cargo check
  • publishArgs: Array of strings that contains additional arguments for cargo publish

Full Configuration Example

// .releaserc.json example
{
  "plugins": [
    [
      "semantic-release-cargo",
      {
        "allFeatures": true,
        "check": true,
        "checkArgs": ["--no-deps"],
        "publishArgs": ["--no-verify"]
      }
    ]
  ]
}
2.2.10

3 days ago

2.2.9

4 days ago

2.2.8

5 days ago

2.2.5

10 months ago

2.2.7

9 months ago

2.2.6

9 months ago

2.2.3

1 year ago

2.2.2

1 year ago

2.2.4

1 year ago

2.2.1

2 years ago

2.2.0

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago