Skip to content
Snippets Groups Projects
Verified Commit d2129c25 authored by David Runge's avatar David Runge :chipmunk:
Browse files

fix: Also export schema for OutputPackageV2


The schema file is required for documentation purposes.

Signed-off-by: default avatarDavid Runge <dvzrv@archlinux.org>
parent c24176f7
No related branches found
No related tags found
1 merge request!161Add documentation and changelog for 0.3.1
......@@ -1023,7 +1023,7 @@ def export_schemas(output: Path | str) -> None:
RuntimeError
If output is not an existing directory
"""
classes = [OutputBuildInfoV1, OutputBuildInfoV2, OutputPackageV1, OutputPackageBaseV1]
classes = [OutputBuildInfoV1, OutputBuildInfoV2, OutputPackageV1, OutputPackageV2, OutputPackageBaseV1]
if isinstance(output, str):
output = Path(output)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment