Skip to content
Snippets Groups Projects
Unverified Commit 00e19179 authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

fix(config): capitalize SemVer in description (#12061)

parent b9930407
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ export const presets: Record<string, Preset> = { ...@@ -25,7 +25,7 @@ export const presets: Record<string, Preset> = {
}, },
semverAllMonthly: { semverAllMonthly: {
description: description:
'Preserve semver ranges and update everything together once a month', 'Preserve SemVer ranges and update everything together once a month',
separateMajorMinor: false, separateMajorMinor: false,
extends: [ extends: [
':preserveSemverRanges', ':preserveSemverRanges',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment