EricCrosson / is-semantic-release-configured

Check if semantic-release is configured

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Check if semantic-release is configured

License:Apache License 2.0


Languages

Language:Rust 52.7%Language:Nix 47.1%Language:Shell 0.2%