Skip to content

Commit b3c7822

Browse files
committed
✏️ Update the schema description for the new design of release intent config.
1 parent de52e7d commit b3c7822

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/tag_and_release/schema.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"$id": "https://example.com/release-intent.schema.json",
4-
"title": "Release Intent",
4+
"title": "Release Intent and Project Configuration",
5+
"description": "Validates release intent core properties while allowing additional project configuration sections (project, git, docker, validation, docs) for enhanced workflows",
56
"type": "object",
6-
"additionalProperties": false,
7+
"additionalProperties": true,
78
"properties": {
89
"release": {
910
"type": "boolean",

0 commit comments

Comments
 (0)