File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 7979 run : mypy
8080
8181 - name : Check changelog
82- if : startsWith(matrix.os, 'ubuntu')
83- run : towncrier build --draft
82+ uses : cylc/release-actions/towncrier-draft@v1
8483
8584 - name : Test
8685 run : pytest
Original file line number Diff line number Diff line change 1+ Log any errors when trying to list the workflow/job log files in the UI.
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ template = "changes.d/changelog-template.jinja"
1616underlines = [" " , " " , " " ]
1717title_format = " ## cylc-uiserver-{version} (Released {project_date})"
1818issue_format = " [#{issue}](https://github.com/cylc/cylc-uiserver/pull/{issue})"
19+ ignore = [" changelog-template.jinja" ]
1920
2021# These changelog sections will be shown in the defined order:
2122[[tool .towncrier .type ]]
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ tests =
102102 pytest-tornasync>=0.5.0
103103 # https://github.com/pytest-dev/pytest/issues/12263
104104 pytest>=6,<8.2
105- towncrier>=23
105+ towncrier>=24.7.0
106106 types-setuptools
107107 types-requests>2
108108all =
You can’t perform that action at this time.
0 commit comments