Merge pull request #3250 from pipecat-ai/mb/add-pr-link-to-changelog-lines

Add PR link to the changelog line item
This commit is contained in:
Mark Backman
2025-12-17 12:58:48 -05:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -217,6 +217,7 @@ directory = "changelog"
start_string = "<!-- towncrier release notes start -->\n" start_string = "<!-- towncrier release notes start -->\n"
template = "changelog/_template.md.j2" template = "changelog/_template.md.j2"
title_format = "## [{version}] - {project_date}" title_format = "## [{version}] - {project_date}"
issue_format = "[#{issue}](https://github.com/pipecat-ai/pipecat/pull/{issue})"
underlines = ["", "", ""] underlines = ["", "", ""]
wrap = true wrap = true