Skip to content

Commit

Permalink
Towncrier: check fragment names
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Aug 9, 2024
1 parent 3d7acde commit 7629cde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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 7629cde

Please sign in to comment.