We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4bade commit e1c475bCopy full SHA for e1c475b
.gitchangelog.rc
@@ -0,0 +1,2 @@
1
+
2
+output_engine = mustache("markdown.tpl")
markdown.tpl
@@ -0,0 +1,20 @@
+{{#general_title}}
+# {{{title}}}
3
4
+{{/general_title}}
5
+{{#versions}}
6
7
+{{#sections}}
8
+### {{{label}}}
9
10
+{{#commits}}
11
+* {{{subject}}} [{{{author}}}]
12
+{{#body}}
13
14
+{{{body_indented}}}
15
+{{/body}}
16
17
+{{/commits}}
18
+{{/sections}}
19
20
+{{/versions}}
release-conf.yaml
@@ -1,6 +1,4 @@
# https://github.com/user-cont/release-bot config
-
-# whether to allow bot to make PRs based on issues
trigger_on_issue: true
labels:
0 commit comments