mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 02:51:01 +00:00
New template for a full unfiltered list of PRs (#6692)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{# This is a helper template to get the FULL PR list #}
|
||||
{# It is not used in the release notes #}
|
||||
|
||||
# PR list
|
||||
|
||||
## substrate
|
||||
|
||||
{%- for change in substrate.changes %}
|
||||
- [S] [`{{ change.number }}`]({{ change.html_url }}) - {{ change.title }}
|
||||
{%- endfor %}
|
||||
|
||||
## polkadot
|
||||
|
||||
{%- for change in polkadot.changes %}
|
||||
- [P] [`{{ change.number }}`]({{ change.html_url }}) - {{ change.title }}
|
||||
{%- endfor %}
|
||||
Reference in New Issue
Block a user