From 4c20483a7e4c1bf8678d8aa4ffcf68a05ec8a8df Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Wed, 17 Dec 2025 12:12:05 -0500 Subject: [PATCH] Add PR link to the changelog line item --- changelog/_template.md.j2 | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog/_template.md.j2 b/changelog/_template.md.j2 index 56b2e60c8..cd1ceebc1 100644 --- a/changelog/_template.md.j2 +++ b/changelog/_template.md.j2 @@ -4,7 +4,7 @@ ### {{ definitions[category]['name'] }} {% for text, values in sections[section][category].items() %} -{{ text }} +{{ text }} ({{ values|join(', ') }}) {% endfor %} {% endfor %} diff --git a/pyproject.toml b/pyproject.toml index 759e9e8c9..1af8b522d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -217,6 +217,7 @@ directory = "changelog" start_string = "\n" template = "changelog/_template.md.j2" title_format = "## [{version}] - {project_date}" +issue_format = "[#{issue}](https://github.com/pipecat-ai/pipecat/pull/{issue})" underlines = ["", "", ""] wrap = true