Skip to content

Commit

Permalink
Add SearchOrgs to changelog schema (elastic#109135)
Browse files Browse the repository at this point in the history
  • Loading branch information
kderusso authored May 29, 2024
1 parent b624171 commit 849c33e
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions build-tools-internal/src/main/resources/changelog-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
"EQL",
"ES|QL",
"Engine",
"Experiences",
"Extract&Transform",
"FIPS",
"Features",
"Geo",
Expand All @@ -48,6 +50,7 @@
"ILM+SLM",
"IdentityProvider",
"Indices APIs",
"Inference",
"Infra/CLI",
"Infra/Circuit Breakers",
"Infra/Core",
Expand Down Expand Up @@ -76,6 +79,7 @@
"Ranking",
"Recovery",
"Reindex",
"Relevance",
"Rollup",
"SQL",
"Search",
Expand Down Expand Up @@ -174,7 +178,9 @@
}
},
"then": {
"required": ["breaking"]
"required": [
"breaking"
]
}
},
{
Expand All @@ -186,7 +192,9 @@
}
},
"then": {
"required": ["breaking"]
"required": [
"breaking"
]
}
}
],
Expand All @@ -198,7 +206,9 @@
}
},
"then": {
"required": ["deprecation"]
"required": [
"deprecation"
]
},
"additionalProperties": false
},
Expand Down

0 comments on commit 849c33e

Please sign in to comment.