Skip to content

Commit

Permalink
Upgrade towncrier
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Jul 31, 2024
1 parent f68e8b9 commit 60382f9
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 @@ -7,6 +7,7 @@ template = "changes.d/changelog-template.jinja"
underlines = ["", "", ""]
title_format = "## __cylc-{version} (Released {project_date})__"
issue_format = "[#{issue}](https://github.com/cylc/cylc-flow/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 @@ -125,7 +125,7 @@ tests =
pytest-mock>=3.7
pytest>=6
testfixtures>=6.11.0
towncrier>=23
towncrier>=24.7.0; python_version > "3.7"
# Type annotation stubs
# http://mypy-lang.blogspot.com/2021/05/the-upcoming-switch-to-modular-typeshed.html
types-Jinja2>=0.1.3
Expand Down

0 comments on commit 60382f9

Please sign in to comment.