Provide MD checklists for the changelog (#1937)
* Output changelog checklists Fixes: #1682 Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
parent
ace2712719
commit
00af39ecca
22 changed files with 219 additions and 151 deletions
|
@ -6,11 +6,10 @@ Variables:
|
|||
DATE = Replaced by the date (eg: April 01, 2021)
|
||||
-->
|
||||
|
||||
## VERSION
|
||||
|
||||
<table class="release-info">
|
||||
<tr><th>Git commit</th><td><a href="https://github.com/matrix-org/matrix-spec/tree/VERSION">https://github.com/matrix-org/matrix-spec/tree/VERSION</a></td>
|
||||
<tr><th>Release date</th><td>DATE</td>
|
||||
<tr><th>Checklist</th><td><a href="/changelog/VERSION/checklist.md">checklist.md</a></td>
|
||||
</table>
|
||||
|
||||
<!-- Intentionally blank line to ensure headers work in the concatenated changelog -->
|
||||
|
|
1
changelogs/internal/newsfragments/1937.clarification
Normal file
1
changelogs/internal/newsfragments/1937.clarification
Normal file
|
@ -0,0 +1 @@
|
|||
Provide markdown checklists for changelogs under `/changelog/$VERSION/checklist.md`.
|
|
@ -1,7 +1,7 @@
|
|||
{% for section_name, section in sections.items() %}
|
||||
{% if section_name %}
|
||||
|
||||
### {{section_name}}
|
||||
## {{section_name}}
|
||||
{% endif %}
|
||||
|
||||
{% if section %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue