- (correction) removed comments from code samples. -(correction) remove recommendation for global install on CI environemnts. - Synched README.md and SUMMARY.md
8 lines
407 B
Markdown
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.
|