| Crates.io | find-semantic-release-config |
| lib.rs | find-semantic-release-config |
| version | 1.0.8 |
| created_at | 2023-01-13 00:45:30.057126+00 |
| updated_at | 2023-05-14 00:32:05.31774+00 |
| description | Library to locate a project's semantic-release configuration |
| homepage | |
| repository | https://github.com/EricCrosson/find-semantic-release-config |
| max_upload_size | |
| id | 757536 |
| size | 22,451 |
find-semantic-release-config is a library to locate a project's semantic-release configuration.
The configuration rules, according to the semantic-release readme:
semantic-release’s options, mode and plugins can be set via either:
.releaserc file, written in YAML or JSON, with optional extensions: .yaml/.yml/.json/.js/.cjsrelease.config.(js|cjs) file that exports an objectrelease key in the project's package.json file