/is-semantic-release-configured

Check if semantic-release is configured

Primary LanguageRustApache License 2.0Apache-2.0

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.