Skip to content

Commit

Permalink
fix(config): capitalize SemVer in description (#12061)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Oct 7, 2021
1 parent b993040 commit 00e1917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/presets/internal/config.ts
Expand Up @@ -25,7 +25,7 @@ export const presets: Record<string, Preset> = {
},
semverAllMonthly: {
description:
'Preserve semver ranges and update everything together once a month',
'Preserve SemVer ranges and update everything together once a month',
separateMajorMinor: false,
extends: [
':preserveSemverRanges',
Expand Down

0 comments on commit 00e1917

Please sign in to comment.