Skip to content

Commit 50221d0

Browse files
pvdlggr2m
authored andcommitted
docs: mention setting option to false to override shareable config
1 parent b09471e commit 50221d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ Follow the [Creating a personal access token for the command line](https://help.
5757
| `labels` | The [labels](https://help.github.com/articles/about-labels) to add to the issue created when a release fails. | `['semantic-release']` |
5858
| `assignees` | The [assignees](https://help.github.com/articles/assigning-issues-and-pull-requests-to-other-github-users) to add to the issue created when a release fails. | - |
5959

60+
**Note**: If you use a [shareable configuration](https://github.com/semantic-release/semantic-release/blob/caribou/docs/usage/shareable-configurations.md#shareable-configurations) that defines one of these options you can set it to `false` in your [**semantic-release** configuration](https://github.com/semantic-release/semantic-release/blob/caribou/docs/usage/configuration.md#configuration) in order to use the default value.
61+
6062
#### assets
6163

6264
Can be a [glob](https://github.com/isaacs/node-glob#glob-primer) or and `Array` of
@@ -145,7 +147,7 @@ Each individual plugin can be disabled, replaced or used with other plugins in t
145147
}
146148
```
147149

148-
Options can be set within the plugin definition in the Semantic-release configuration file:
150+
Options can be set within the plugin definition in the [**semantic-release** configuration](https://github.com/semantic-release/semantic-release/blob/caribou/docs/usage/configuration.md#configuration):
149151

150152
```json
151153
{

0 commit comments

Comments
 (0)