aboutsummaryrefslogtreecommitdiff
path: root/templates/changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'templates/changelog.md')
-rw-r--r--templates/changelog.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/changelog.md b/templates/changelog.md
new file mode 100644
index 0000000..9b9d8fc
--- /dev/null
+++ b/templates/changelog.md
@@ -0,0 +1,12 @@
+# $changelog$ {#changelog .unnumbered}
+
+<!-- DO NOT manually edit this file: it's generated from _changes.yml -->
+<!-- Any updates here will be overwritten -->
+
+$help$
+$for(versions)$
+
+## $version$ $versions.id$ - $versions.date_markdown$ {#v$versions.id$ .unnumbered}
+
+$versions.summary$
+$endfor$