> For the complete documentation index, see [llms.txt](https://semantic-release.gitbook.io/semantic-release/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://semantic-release.gitbook.io/semantic-release/usage/shareable-configurations.md).

# Shareable configurations

{% hint style="danger" icon="circle-exclamation" %}

## Discontinuation Notice

This documentation site is no longer maintained and has been discontinued. The latest and official **semantic-release** documentation is now at [**semantic-release.org**](https://semantic-release.org/)

For the latest version of this content, go to: [**Read the current page**](https://semantic-release.org/foundation/shareable-configurations/)
{% endhint %}

A shareable configuration is an [npm](https://www.npmjs.com/) 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](/semantic-release/usage/configuration.md#extends) option.

See [shareable configurations list](/semantic-release/extending/shareable-configurations-list.md).
