summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-08-29 11:00:56 +0200
committerMatthias Beyer <mail@beyermatthias.de>2022-08-29 14:39:03 +0200
commitb26844bdffe9137ecf0f0977df4e90a1f692477e (patch)
tree0d130ed9c1acd2e4b65b4d459da2ba2bc0240e5d /assets
parent3a703c6e227b912e9cd952c5f1d2ec9aa6ea2397 (diff)
Add minimal default template
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'assets')
-rw-r--r--assets/default_template.handlebars.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/default_template.handlebars.md b/assets/default_template.handlebars.md
index b24080e..e9603c4 100644
--- a/assets/default_template.handlebars.md
+++ b/assets/default_template.handlebars.md
@@ -1,3 +1,11 @@
# CHANGELOG
+<!-- generated from cargo-changelog -->
+{{#each this}}
+## v{{@key}}
+
+{{#each this}}
+- (#{{header.issue}}) {{text}}
+{{/each}}
+{{/each}}