Live video on the AT Protocol
79
fork

Configure Feed

Select the types of activity you want to include in your feed.

at eli/revert-dev-env 21 lines 483 B view raw
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 %}