diff --git a/doc/changelog.d/178.fixed.md b/doc/changelog.d/178.fixed.md new file mode 100644 index 00000000..d45951a0 --- /dev/null +++ b/doc/changelog.d/178.fixed.md @@ -0,0 +1 @@ +fix: Changelog action failing on release \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index ef780ef4..968e65f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,8 +105,8 @@ filename = "CHANGELOG.md" start_string = "\n" underlines = ["", "", ""] template = "doc/changelog.d/changelog_template.jinja" -title_format = "## [{version}](https://github.com/ansys/{repo-name}/releases/tag/v{version}) - {project_date}" -issue_format = "[#{issue}](https://github.com/ansys/{repo-name}/pull/{issue})" +title_format = "`{version} `_ - {project_date}" +issue_format = "`#{issue} `_" [[tool.towncrier.type]] directory = "added"