Live video on the AT Protocol
1---
2categories:
3 feature: Features
4 bug: Bug fixes
5 added: New stuff
6
7template: |
8 {% if categories %}
9 {% each categories %}
10 ### {{ title }} ({% if single_change %}1 change{% else %}{{ count }} changes{% end %})
11
12 {% each entries %}
13 - [{{ title }}]({{ commit.web_url }}) by {{ author.reference }}\
14 {% if merge_request %} ([merge request]({{ merge_request.web_url }})){% end %}
15
16 {% end %}
17
18 {% end %}
19 {% else %}
20 Changelog script didn't work. Very sad.
21 {% end %}