Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
aurweb
Commits
0c20e405
Verified
Commit
0c20e405
authored
Feb 10, 2022
by
Kevin Morris
Browse files
change(git-cliff): remove space in "bug fixes"
Signed-off-by:
Kevin Morris
<
kevr@0cost.org
>
parent
e80891f2
Pipeline
#15789
passed with stages
in 3 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cliff.toml
View file @
0c20e405
...
...
@@ -32,7 +32,7 @@ conventional_commits = true
# regex for parsing and grouping commits
commit_parsers
=
[
{
message
=
"^feat"
,
group
=
"Features"
}
,
{
message
=
"^fix"
,
group
=
"Bug
F
ixes"
}
,
{
message
=
"^fix"
,
group
=
"Bug
f
ixes"
}
,
{
message
=
"^doc"
,
group
=
"Documentation"
}
,
{
message
=
"^perf"
,
group
=
"Performance"
}
,
{
message
=
"^change"
,
group
=
"Changes"
}
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment