You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,8 @@ Follow the [Creating a personal access token for the command line](https://help.
57
57
|`labels`| The [labels](https://help.github.com/articles/about-labels) to add to the issue created when a release fails. |`['semantic-release']`|
58
58
|`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. | - |
59
59
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
+
60
62
#### assets
61
63
62
64
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
145
147
}
146
148
```
147
149
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):
0 commit comments