Skip to content

Commit

Permalink
Revert "[prdoc] Require SemVer bump level" (#3987)
Browse files Browse the repository at this point in the history
Reverts #3816
  • Loading branch information
ggwpez committed Apr 5, 2024
1 parent 0dc0d40 commit cb0748b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions prdoc/schema_user.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@
}
},
"required": [
"name",
"bump"
"name"
]
},
"migration_db": {
Expand Down Expand Up @@ -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)."
}
]
},
Expand Down

0 comments on commit cb0748b

Please sign in to comment.