Skip to content
Snippets Groups Projects
Unverified Commit f45847b8 authored by Lulu's avatar Lulu Committed by GitHub
Browse files

Add validate field to prdoc (#4368)

parent 4c09a063
No related merge requests found
Pipeline #471995 failed with stages
in 1 hour, 8 minutes, and 13 seconds
......@@ -140,6 +140,9 @@
"bump": {
"$ref": "#/$defs/semver_bump"
},
"validate": {
"$ref": "#/$defs/semver_validate"
},
"note": {
"type": "string"
}
......@@ -183,6 +186,11 @@
"description"
]
},
"semver_validate": {
"type": "boolean",
"description": "Whether or not to validate the specified semver bump.",
"default": true
},
"semver_bump": {
"description": "The type of bump to apply to the crate version according to Cargo SemVer: https://doc.rust-lang.org/cargo/reference/semver.html. Please check docs/RELEASE.md for more information.",
"oneOf": [
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment