summaryrefslogtreecommitdiff
path: root/lib/gitlab/changelog/template.tpl
blob: 584939dff51b3bccfd138c62aa02ab9242a03d0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% if categories %}
{% each categories %}
### {{ title }} ({% if single_change %}1 change{% else %}{{ count }} changes{% end %})

{% each entries %}
- [{{ title }}]({{ commit.reference }})\
{% if author.contributor %} by {{ author.reference }}{% end %}\
{% if merge_request %} ([merge request]({{ merge_request.reference }})){% end %}

{% end %}

{% end %}
{% else %}
No changes.
{% end %}