semantic-release/docs/01-usage/shareable-configurations.md
Emmanuel Sciara 7cb5446bb5 docs: corrections and further clarifications
- (correction) removed comments from code samples.
-(correction) remove recommendation for global
install on CI environemnts.
- Synched README.md and SUMMARY.md
2019-07-31 14:40:10 -07:00

407 B

Shareable configurations

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.

Shareable configurations to be use can be declared with the extends option.

See shareable configurations list for examples.