Skip to content

Commit 522833a

Browse files
fix: Changelog action failing on release
1 parent e6c75ba commit 522833a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ filename = "CHANGELOG.md"
105105
start_string = "<!-- towncrier release notes start -->\n"
106106
underlines = ["", "", ""]
107107
template = "doc/changelog.d/changelog_template.jinja"
108-
title_format = "## [{version}](https://github.com/ansys/{repo-name}/releases/tag/v{version}) - {project_date}"
109-
issue_format = "[#{issue}](https://github.com/ansys/{repo-name}/pull/{issue})"
108+
title_format = "`{version} <https://github.com/ansys/ansys-tools-visualization-interface/releases/tag/v{version}>`_ - {project_date}"
109+
issue_format = "`#{issue} <https://github.com/ansys/ansys-tools-visualization-interface/pull/{issue}>`_"
110110

111111
[[tool.towncrier.type]]
112112
directory = "added"

0 commit comments

Comments
 (0)