Skip to content

Commit

Permalink
Made addresses optional, added variants of bug-fix
Browse files Browse the repository at this point in the history
Signed-off-by: Dj Walker-Morgan <dj.walker-morgan@enterprisedb.com>
  • Loading branch information
djw-m committed Jan 8, 2025
1 parent 00743aa commit 4db8c43
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/automation/generators/relgen/relnote-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@
"description": "Type of release note - required.",
"anyOf": [
{
"enum": ["Feature", "Enhancement", "Change", "Bug fix", "Bug Fix", "Deprecation", "Security", "Other"],
"enum": ["Feature", "Enhancement", "Change", "Bug fix", "Bug Fix", "Bug-Fix", "Bug-fix", "Deprecation", "Security", "Other"],
"type": "string"
},
{
"enum": ["feature", "enhancement", "change", "bug fix", "deprecation", "security", "other"],
"enum": ["feature", "enhancement", "change", "bug fix","bug-fix", "deprecation", "security", "other"],
"type": "string"
}
]
Expand All @@ -104,7 +104,6 @@
},
"required": [
"relnote",
"addresses",
"type",
"impact"
]
Expand Down

0 comments on commit 4db8c43

Please sign in to comment.