Skip to content

Commit

Permalink
Release version 0.0.0.dev337
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Oct 23, 2024
1 parent 7e90454 commit c9f1e1d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 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.dev336"
version = "0.0.0.dev337"
name = "ControlMan"
dependencies = [
"packaging >= 23.2, < 24",
Expand Down
31 changes: 15 additions & 16 deletions src/controlman/_data/schema/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2530,15 +2530,14 @@ properties:
tasklist:
$ref: https://controlman.repodynamics.com/schema/doc-protocol-data
default:
value: |
<!-- Tasklist
- [ ] secondary-commit-type: Summary of task 1.
Description of task 1.
- [ ] secondary-commit-type: Summary of subtask 1.1.
Description of subtask 1.1.
- [ ] secondary-commit-type: Summary of task 2.
Description of task 2.
-->
value: "\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"
timeline:
$ref: https://controlman.repodynamics.com/schema/doc-protocol-dynamic-data
default:
Expand Down Expand Up @@ -2722,19 +2721,19 @@ properties:
description:
value: '**TBD**'
urd:
value: '\n{{ issue_body }}\n'
value: "\n\n{{ issue_body }}\n\n"
triage:
value: '\n**TBD**\n'
value: "\n\n**TBD**\n\n"
plan:
value: '\n**TBD**\n'
value: "\n\n**TBD**\n\n"
srs:
value: '\n**TBD**\n'
value: "\n\n**TBD**\n\n"
sdd:
value: '\n**TBD**\n'
value: "\n\n**TBD**\n\n"
testing:
value: '\n**TBD**\n'
value: "\n\n**TBD**\n\n"
deployment:
value: '\n**TBD**\n'
value: "\n\n**TBD**\n\n"
additionalProperties:
$ref: https://controlman.repodynamics.com/schema/doc-protocol-data
marker:
Expand Down

0 comments on commit c9f1e1d

Please sign in to comment.