From 522833a18d21e89b1fe9c5ea92a6981ddcda45bb Mon Sep 17 00:00:00 2001 From: afernand Date: Tue, 29 Oct 2024 15:44:40 +0100 Subject: [PATCH 1/2] fix: Changelog action failing on release --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" From c99b90a05a05cc6a13eece35f2b2b59f1a3a3c50 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 29 Oct 2024 14:47:29 +0000 Subject: [PATCH 2/2] chore: adding changelog file 178.fixed.md [dependabot-skip] --- doc/changelog.d/178.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/178.fixed.md 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