EricCrosson / find-semantic-release-config

Locate a project's semantic-release configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

find-semantic-release-config

Build Status

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 .releaserc file, written in YAML or JSON, with optional extensions: .yaml/.yml/.json/.js/.cjs
  • A release.config.(js|cjs) file that exports an object
  • A release key in the project's package.json file

About

Locate a project's semantic-release configuration

License:Apache License 2.0


Languages

Language:Rust 68.3%Language:Nix 31.7%