diff --git a/prdoc/schema_user.json b/prdoc/schema_user.json index 593113cf3260..1bd0b3b93ee4 100644 --- a/prdoc/schema_user.json +++ b/prdoc/schema_user.json @@ -132,8 +132,7 @@ } }, "required": [ - "name", - "bump" + "name" ] }, "migration_db": { @@ -188,11 +187,6 @@ "const": "patch", "title": "Patch", "description": "A bump to the third leftmost non-zero digit of the version number." - }, - { - "const": "none", - "title": "None", - "description": "This change requires no SemVer bump (e.g. change was a test or benchmark)." } ] },