alpha
Login
or
Join now
stream.place
/
streamplace
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
ci: fix changelog typo
Changelog: bug
author
Eli Mallon
date
2 years ago
(Aug 1, 2024, 12:03 PM -0700)
commit
cbbaaff5
cbbaaff5a21abba0c6fc2673f96a19ba38bdf675
parent
f245303b
f245303b4b75a309bef2427cdba73e840b8fcce2
+1
-2
1 changed file
Expand all
Collapse all
Unified
Split
.gitlab
changelog_config.yml
+1
-2
.gitlab/changelog_config.yml
View file
Reviewed
···
10
10
### {{ title }} ({% if single_change %}1 change{% else %}{{ count }} changes{% end %})
11
11
12
12
{% each entries %}
13
13
-
- [{{ title }}]({{ commit.web_url }})\
14
14
-
by {{ author.reference }}\
13
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 %}