Skip to content

Commit

Permalink
Release version 0.0.0.dev417
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Dec 9, 2024
1 parent 9299192 commit bab8f6f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.dev416"
version = "0.0.0.dev417"
name = "ControlMan"
dependencies = [
"packaging >= 23.2, < 24",
Expand Down
16 changes: 8 additions & 8 deletions src/controlman/_data/schema/def/protocol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ properties:
default: append
tasklist:
type: object
default: {}
additionalProperties: false
properties:
start:
Expand All @@ -84,14 +85,13 @@ properties:
$ref: https://jsonschemata.repodynamics.com/string/nonempty
value:
type: string
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
\u0020\u0020\u0020\u0020Description of subtask 1.1.\n
- [ ] secondary-commit-type: Summary of task 2.\n
\u0020\u0020Description of task 2.\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
Expand Down

0 comments on commit bab8f6f

Please sign in to comment.