Add PR link to the changelog line item

This commit is contained in:
Mark Backman
2025-12-17 12:12:05 -05:00
parent 6d84f36d05
commit 4c20483a7e
2 changed files with 2 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
### {{ definitions[category]['name'] }}
{% for text, values in sections[section][category].items() %}
{{ text }}
{{ text }} ({{ values|join(', ') }})
{% endfor %}
{% endfor %}

View File

@@ -217,6 +217,7 @@ directory = "changelog"
start_string = "<!-- towncrier release notes start -->\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