Skip to content

Commit e204121

Browse files
authored
fix: issues on changelog formats
1 parent 22d8699 commit e204121

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
@@ -114,8 +114,8 @@ filename = "CHANGELOG.md"
114114
start_string = "<!-- towncrier release notes start -->\n"
115115
underlines = ["", "", ""]
116116
template = "doc/changelog.d/changelog_template.jinja"
117-
title_format = "`[{version}](https://github.com/ansys/ansys-tools-visualization-interface/releases/tag/v{version}) - {project_date}"
118-
issue_format = "`[#{issue}](https://github.com/ansys/ansys-tools-visualization-interface/pull/{issue})"
117+
title_format = "## [{version}](https://github.com/ansys/ansys-tools-visualization-interface/releases/tag/v{version}) - {project_date}"
118+
issue_format = "[#{issue}](https://github.com/ansys/ansys-tools-visualization-interface/pull/{issue})"
119119

120120
[[tool.towncrier.type]]
121121
directory = "added"

0 commit comments

Comments
 (0)