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

8 lines
407 B
Markdown

# 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](configuration.md#extends).
See [shareable configurations list](../02-extending/shareable-configurations-list.md) for examples.