Skip to content

Commit f09523a

Browse files
committed
Add fields
1 parent 07d493f commit f09523a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_validate/createJson.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class AddonData:
3232
sourceURL: str
3333
license: str
3434
homepage: str | None
35+
changelog: str | None
3536
licenseURL: str | None
3637
submissionTime: int
3738
translations: list[dict[str, str]]
@@ -152,6 +153,7 @@ def _createDataclassMatchingJsonSchema(
152153
sourceURL=sourceUrl,
153154
license=licenseName,
154155
homepage=homepage,
156+
changelog=changelog,
155157
licenseURL=licenseUrl,
156158
submissionTime=getCurrentTime(),
157159
translations=translations,

0 commit comments

Comments
 (0)