Fix: Rename tox job and remove pre-commit
[releng/global-jjb.git] / schema / release-pypi-schema.yaml
index 7edc494..ab720fe 100644 (file)
@@ -12,14 +12,13 @@ $schema: "http://json-schema.org/schema#"
 $id: "https://github.com/lfit/releng-global-jjb/blob/master/release-pypi-schema.yaml"
 
 required:
-  - "distribution_type"
   - "log_dir"
   - "pypi_project"
   - "python_version"
   - "version"
 
 properties:
-  distribution_type:
+  git_tag:
     type: "string"
   log_dir:
     type: "string"
@@ -27,5 +26,7 @@ properties:
     type: "string"
   python_version:
     type: "string"
+  tag_release:
+    type: "boolean"
   version:
     type: "string"