Skip to content

Commit 4d22a05

Browse files
fix: Changelog action failing on release (#178)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent df350dc commit 4d22a05

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/changelog.d/178.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: Changelog action failing on release

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)