Skip to content

Commit

Permalink
Release version 0.0.0.dev416
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Dec 9, 2024
1 parent c71650d commit 9299192
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespaces = true
# ----------------------------------------- Project Metadata -------------------------------------
#
[project]
version = "0.0.0.dev415"
version = "0.0.0.dev416"
name = "ControlMan"
dependencies = [
"packaging >= 23.2, < 24",
Expand Down
4 changes: 2 additions & 2 deletions src/controlman/_data/schema/def/protocol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: |
type: object
default: { }
additionalProperties: false
required: [ config, template ]
required: [ config, template, tasklist ]
properties:
config:
type: object
Expand Down Expand Up @@ -84,7 +84,7 @@ properties:
$ref: https://jsonschemata.repodynamics.com/string/nonempty
value:
type: string
value: "\n\n<!-- Tasklist\n
default: "\n\n<!-- Tasklist\n
- [ ] secondary-commit-type: Summary of task 1.\n
\u0020\u0020Description of task 1.\n
\u0020\u0020- [ ] secondary-commit-type: Summary of subtask 1.1.\n
Expand Down

0 comments on commit 9299192

Please sign in to comment.