find-semantic-release-config

Crates.iofind-semantic-release-config
lib.rsfind-semantic-release-config
version1.0.8
sourcesrc
created_at2023-01-13 00:45:30.057126
updated_at2023-05-14 00:32:05.31774
descriptionLibrary to locate a project's semantic-release configuration
homepage
repositoryhttps://github.com/EricCrosson/find-semantic-release-config
max_upload_size
id757536
size22,451
Eric Crosson (EricCrosson)

documentation

README

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
Commit count: 18

cargo fmt