Skip to content

Commit 85c3804

Browse files
fix: update changelog title format to include 'v' prefix for version (#3908)
* fix: update changelog title format to include 'v' prefix for version * chore: adding changelog file 3908.fixed.md [dependabot-skip] --------- Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 8809b5a commit 85c3804

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/changelog.d/3908.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: update changelog title format to include 'v' prefix for version

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ directory = "doc/changelog.d"
255255
filename = "doc/source/changelog.rst"
256256
template = "doc/changelog.d/changelog_template.jinja"
257257
start_string = ".. towncrier release notes start\n"
258-
title_format = "\n.. _{version}:\n\n`{version} <https://github.com/ansys/pymapdl/releases/tag/v{version}>`_ - {project_date}"
258+
title_format = "\n.. _v{version}:\n\n`{version} <https://github.com/ansys/pymapdl/releases/tag/v{version}>`_ - {project_date}"
259259

260260
issue_format = "`#{issue} <https://github.com/ansys/pymapdl/pull/{issue}>`_"
261261

0 commit comments

Comments
 (0)