mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-11 14:13:10 +00:00
8 lines
255 B
Markdown
8 lines
255 B
Markdown
{%- for change_type, pulls in grouped_pulls.items() %}
|
|
{%- if pulls %}
|
|
### {{ change_type }}
|
|
{%- for pull_request in pulls %}
|
|
- {{ pull_request.title }} ([#{{ pull_request.number }}]({{ pull_request.html_url }}))
|
|
{%- endfor -%}
|
|
{% endif -%}
|
|
{% endfor -%}
|