Skip to content

Commit

Permalink
docs: document that plugins config is an override (#1216)
Browse files Browse the repository at this point in the history
This patch documents that the `plugin` config option is an override, not
a merge with the default. This is significant, for example, if you
customise the github plugin as it will then prevent npm publishing by
default unless the npm plugin is also defined manually.
  • Loading branch information
robcresswell authored and gr2m committed Jun 25, 2019
1 parent 01a0b2d commit 228fed7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/usage/plugins.md
Expand Up @@ -44,6 +44,8 @@ Each plugin must be configured with the [`plugins` options](./configuration.md#p
}
```

**Note:** If the `plugins` option is defined, it overrides the default plugin list, rather than merging with it.

## Plugin ordering

For each [release step](../../README.md#release-steps) the plugins that implement that step will be executed in the order in which the are defined.
Expand Down

0 comments on commit 228fed7

Please sign in to comment.