Skip to content

Commit

Permalink
docs(fetchReleaseNotes): improve description (#13235)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose authored Dec 22, 2021
1 parent c5d50f6 commit 3bb3543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/usage/configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ A similar one could strip leading `v` prefixes:

## fetchReleaseNotes

Configure this to `false` if you want to disable release notes fetching
Set this to `false` if you want to disable release notes fetching.

## fileMatch

Expand Down
2 changes: 1 addition & 1 deletion lib/config/options/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2129,7 +2129,7 @@ const options: RenovateOptions[] = [
},
{
name: 'fetchReleaseNotes',
description: 'Allow to disable release notes fetching.',
description: 'Whether or not to fetch release notes.',
type: 'boolean',
default: true,
cli: false,
Expand Down

0 comments on commit 3bb3543

Please sign in to comment.