This repository has no description
0

Configure Feed

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

ci: fix changelog typo

Changelog: bug

+1 -2
+1 -2
.gitlab/changelog_config.yml
··· 10 10 ### {{ title }} ({% if single_change %}1 change{% else %}{{ count }} changes{% end %}) 11 11 12 12 {% each entries %} 13 - - [{{ title }}]({{ commit.web_url }})\ 14 - by {{ author.reference }}\ 13 + - [{{ title }}]({{ commit.web_url }}) by {{ author.reference }}\ 15 14 {% if merge_request %} ([merge request]({{ merge_request.web_url }})){% end %} 16 15 17 16 {% end %}