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:
Johannes Marbach 2024-09-27 14:00:00 +02:00 committed by GitHub
parent ace2712719
commit 00af39ecca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 219 additions and 151 deletions

View file

@ -0,0 +1,4 @@
{{ .RawContent
| replaceRE "\n- " "\n- [ ] "
| replaceRE "<!--(.|\\s)*?-->\n?" ""
| replaceRE "<tr><th>Checklist.*\n" "" }}