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
/.cjs
release.config.(js|cjs)
file that exports an objectrelease
key in the project's package.json file