| Crates.io | is-semantic-release-configured |
| lib.rs | is-semantic-release-configured |
| version | 1.2.140 |
| created_at | 2023-01-06 16:20:54.65086+00 |
| updated_at | 2026-01-07 10:39:39.06416+00 |
| description | Test if semantic-release is configured |
| homepage | https://github.com/EricCrosson/is-semantic-release-configured |
| repository | https://github.com/EricCrosson/is-semantic-release-configured |
| max_upload_size | |
| id | 752389 |
| size | 86,178 |
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.
See semantic-release-action/rust for an example program that uses is-semantic-release-configured.