Skip to content

Commit f73e0bc

Browse files
🩹 [Patch]: Add ReleaseType property to settings schema and remove duplicate definition
1 parent ab7eac2 commit f73e0bc

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

‎scripts/Settings.schema.json‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,15 @@
177177
"UsePRTitleAsNotesHeading": {
178178
"type": "boolean",
179179
"description": "Add pull request title as H1 heading in release notes"
180+
},
181+
"ReleaseType": {
182+
"type": "string",
183+
"enum": [
184+
"Release",
185+
"Prerelease",
186+
"None"
187+
],
188+
"description": "The type of release to create: Release (stable), Prerelease, or None."
180189
}
181190
}
182191
}
@@ -332,15 +341,6 @@
332341
"type": "boolean",
333342
"description": "Publish the module"
334343
},
335-
"ReleaseType": {
336-
"type": "string",
337-
"enum": [
338-
"Release",
339-
"Prerelease",
340-
"None"
341-
],
342-
"description": "The type of release to create: Release (stable), Prerelease, or None."
343-
},
344344
"BuildDocs": {
345345
"type": "boolean",
346346
"description": "Build documentation"

0 commit comments

Comments
 (0)