We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c75ba commit 522833aCopy full SHA for 522833a
pyproject.toml
@@ -105,8 +105,8 @@ filename = "CHANGELOG.md"
105
start_string = "<!-- towncrier release notes start -->\n"
106
underlines = ["", "", ""]
107
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})"
+title_format = "`{version} <https://github.com/ansys/ansys-tools-visualization-interface/releases/tag/v{version}>`_ - {project_date}"
+issue_format = "`#{issue} <https://github.com/ansys/ansys-tools-visualization-interface/pull/{issue}>`_"
110
111
[[tool.towncrier.type]]
112
directory = "added"
0 commit comments