9 stable releases
| 1.0.8 | May 14, 2023 |
|---|---|
| 1.0.7 | May 13, 2023 |
| 1.0.5 | Feb 26, 2023 |
| 1.0.4 | Jan 14, 2023 |
| 1.0.3 | Jan 13, 2023 |
#577 in Configuration
44 downloads per month
Used in 3 crates
9KB
127 lines
find-semantic-release-config
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:
- A
.releasercfile, written in YAML or JSON, with optional extensions:.yaml/.yml/.json/.js/.cjs - A
release.config.(js|cjs)file that exports an object - A
releasekey in the project's package.json file
Dependencies
~0.5–1MB
~21K SLoC