is-semantic-release-configured

Crates.iois-semantic-release-configured
lib.rsis-semantic-release-configured
version
sourcesrc
created_at2023-01-06 16:20:54.65086
updated_at2024-12-06 07:41:08.478524
descriptionTest if semantic-release is configured
homepagehttps://github.com/EricCrosson/is-semantic-release-configured
repositoryhttps://github.com/EricCrosson/is-semantic-release-configured
max_upload_size
id752389
Cargo.toml error:TOML parse error at line 23, column 1 | 23 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Eric Crosson (EricCrosson)

documentation

README

is-semantic-release-configured

Build Status

is-semantic-release-configured is a small binary to test if semantic-release is configured.

This can be used to manage control flow in shell scripts.

Note: this tool currently only checks for the existence of configuration, it does not validate the content. This tool does not care if your configuration will be rejected by semantic-release.

Example

See semantic-release-action/rust for an example program that uses is-semantic-release-configured.

Commit count: 424

cargo fmt