tomzx / php-semver-checker

Compares two source sets and determines the appropriate semantic versioning to apply.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read php-semver-checker.yml configuration file by default

tomzx opened this issue · comments

  • If a php-semver-checker.yml file is found in the current working directory, read it as the configuration file.
  • If a configuration option is given to the command line, this configuration file takes precedence over the one in the current working directory.
  • Finally, any option given on the command line overrides what is in the configuration file.