All semantic-release configuration should be in a single file
We actually use:
-
release.config.js
to hold most of configuration -
release-rules.js
to describe the rules between commit types and version number changes
We should merge both in a single configuration and in preference an hidden one like .releaserc.js
.