Bool is not a valid schema type 78/63678/3
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 15 Apr 2020 22:51:08 +0000 (15:51 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 15 Apr 2020 22:59:50 +0000 (15:59 -0700)
Using boolean rather than bool.

Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Ied68c7f1a2fd4474e9fee65b2820e6c25f662b5f

releasenotes/notes/fix-boolean-schema-release-jobs-487bf0b62ba082c7.yaml [new file with mode: 0644]
schema/release-container-schema.yaml
schema/release-packagecloud-schema.yaml
schema/release-pypi-schema.yaml
schema/release-schema.yaml

diff --git a/releasenotes/notes/fix-boolean-schema-release-jobs-487bf0b62ba082c7.yaml b/releasenotes/notes/fix-boolean-schema-release-jobs-487bf0b62ba082c7.yaml
new file mode 100644 (file)
index 0000000..f285000
--- /dev/null
@@ -0,0 +1,4 @@
+---
+fixes:
+  - |
+    Schema type "bool" is not valid. Fix to "boolean"
index f2b4fd9..024ee4e 100644 (file)
@@ -42,4 +42,4 @@ properties:
   ref:
     type: "string"
   tag_release:
-    type: "bool"
+    type: "boolean"
index f18529c..40af30d 100644 (file)
@@ -33,6 +33,6 @@ properties:
   log_dir:
     type: "string"
   tag_release:
-    type: "bool"
+    type: "boolean"
   version:
     type: "string"
index 14136c2..ab720fe 100644 (file)
@@ -27,6 +27,6 @@ properties:
   python_version:
     type: "string"
   tag_release:
-    type: "bool"
+    type: "boolean"
   version:
     type: "string"
index 02b87bc..cf027ef 100644 (file)
@@ -27,6 +27,6 @@ properties:
   project:
     type: "string"
   tag_release:
-    type: "bool"
+    type: "boolean"
   version:
     type: "string"