Skip to content

Commit d33ef57

Browse files
🩹 [Patch]: Rename CleanupPrereleases to AutoCleanup in settings schema
1 parent 152eb8f commit d33ef57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Settings.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"type": "boolean",
127127
"description": "Skip module publish"
128128
},
129-
"CleanupPrereleases": {
129+
"AutoCleanup": {
130130
"type": "boolean",
131131
"description": "When enabled (default: true), automatically cleans up old prerelease tags when merging to main or when a PR is abandoned"
132132
},

0 commit comments

Comments
 (0)