From bab8f6fdd14c772ccf32db0a87f54e25cfc80947 Mon Sep 17 00:00:00 2001 From: AAriam <80158628+AAriam@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:29:44 +0100 Subject: [PATCH] Release version 0.0.0.dev417 --- pyproject.toml | 2 +- src/controlman/_data/schema/def/protocol.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0414a0c..79b7539 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ namespaces = true # ----------------------------------------- Project Metadata ------------------------------------- # [project] -version = "0.0.0.dev416" +version = "0.0.0.dev417" name = "ControlMan" dependencies = [ "packaging >= 23.2, < 24", diff --git a/src/controlman/_data/schema/def/protocol.yaml b/src/controlman/_data/schema/def/protocol.yaml index e760f34..57f54b5 100644 --- a/src/controlman/_data/schema/def/protocol.yaml +++ b/src/controlman/_data/schema/def/protocol.yaml @@ -74,6 +74,7 @@ properties: default: append tasklist: type: object + default: {} additionalProperties: false properties: start: @@ -84,14 +85,13 @@ properties: $ref: https://jsonschemata.repodynamics.com/string/nonempty value: type: string - default: "\n\n\n\n" + default: | + - [ ] commit-type: Summary of task 1. + Description of task 1. + - [ ] Summary of subtask 1.1. + Description of subtask 1.1. + - [ ] commit-type(scope): Summary of task 2. + Description of task 2. template: oneOf: - type: string