Skip to content

Commit

Permalink
Merge pull request #622 from MetRonnie/towncrier
Browse files Browse the repository at this point in the history
Towncrier: check fragment names
  • Loading branch information
MetRonnie authored Aug 13, 2024
2 parents 3d7acde + cd174df commit a71ede5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ jobs:
run: mypy

- name: Check changelog
if: startsWith(matrix.os, 'ubuntu')
run: towncrier build --draft
uses: cylc/release-actions/towncrier-draft@v1

- name: Test
run: pytest
Expand Down
1 change: 1 addition & 0 deletions changes.d/607.fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Log any errors when trying to list the workflow/job log files in the UI.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ template = "changes.d/changelog-template.jinja"
underlines = ["", "", ""]
title_format = "## cylc-uiserver-{version} (Released {project_date})"
issue_format = "[#{issue}](https://github.com/cylc/cylc-uiserver/pull/{issue})"
ignore = ["changelog-template.jinja"]

# These changelog sections will be shown in the defined order:
[[tool.towncrier.type]]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ tests =
pytest-tornasync>=0.5.0
# https://github.com/pytest-dev/pytest/issues/12263
pytest>=6,<8.2
towncrier>=23
towncrier>=24.7.0
types-setuptools
types-requests>2
all =
Expand Down

0 comments on commit a71ede5

Please sign in to comment.