Skip to content

Commit e1c475b

Browse files
committed
utilize gitchangelog feature of r-bot
Signed-off-by: Tomas Tomecek <[email protected]>
1 parent cb4bade commit e1c475b

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.gitchangelog.rc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
output_engine = mustache("markdown.tpl")

markdown.tpl

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{{#general_title}}
2+
# {{{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

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# https://github.com/user-cont/release-bot config
2-
3-
# whether to allow bot to make PRs based on issues
42
trigger_on_issue: true
53

64
labels:

0 commit comments

Comments
 (0)