1.0.7 • Published 5 months ago

@timada/semantic-release-cargo v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@timada/semantic-release-cargo

semantic-release plugin to publish a cargo package.

Build Status npm latest version

StepDescription
verifyConditionsVerify the presence of the CARGO_REGISTRY_TOKEN or CARGO_REGISTRIES_<name>_TOKEN environment variable if publishing.
prepareUpdate the Cargo.toml version.
publishPublish the cargo package to the registry.

Install

$ npm install @timada/semantic-release-cargo -D

Configuration

Environment variables

CARGO_REGISTRY_TOKEN or CARGO_REGISTRIES_<name>_TOKEN required for publishing.

Options

OptionsDescriptionDefault
cargoPublishWhether to publish the package to the registry. If false the Cargo.toml version will still be updated.false
registryNameName of the registry for publishing.crates-io
1.0.7

5 months ago

1.0.6

9 months ago

1.0.5

1 year ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago