docs: add link to shareable configs and plugins list

This commit is contained in:
Pierre Colle 2018-04-09 19:37:10 +02:00 committed by Pierre Vanduynslager
parent f3e4991819
commit f0f325dd7f
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@
Each [release step](../../README.md#release-steps) is implemented within a plugin or a list of plugins that can be configured. This allows for support of different [commit message formats](../../README.md#commit-message-format), release note generators and publishing platforms.
See [plugins list](../extending/plugins-list.md).
## Plugin types
### verifyConditions plugin

View File

@ -3,3 +3,5 @@
A sharable 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](configuration.md#extends) option.
See [shareable configurations list](../extending/shareable-configurations-list.md).