Shareable configurations
Last updated
This documentation site is no longer maintained and has been discontinued. The latest and official semantic-release documentation is now at semantic-release.org
For the latest version of this content, go to: Read the current page
A shareable configuration is an npm package that exports a semantic-release configuration object. It allows for use of the same configuration across several projects.
The shareable configurations to use can be set with the extends option.
Last updated