Commit Graph

6 Commits

Author SHA1 Message Date
Levente Polyak 3933f20001
fix(cliff): trim fix separator before checking merge request id
The fix separator contains a whitespace, which made the check never
match. We now trim the separator before checking, making it resilient
against any kind of spaces.

Fixes b7984c6073
2023-12-19 20:06:26 +01:00
Levente Polyak 0f14d630bc
feat(cliff): add label for breaking changes to changelog 2023-12-19 20:06:26 +01:00
Christian Heusel 9f8ca5df1a
chore(release): nicely format multiple "Component:" trailers
Signed-off-by: Christian Heusel <christian@heusel.eu>
2023-11-24 02:32:02 +01:00
Christian Heusel b7984c6073
chore(release): allow fixes tags without cluttering the changelog
Signed-off-by: Christian Heusel <christian@heusel.eu>
2023-11-20 15:10:48 +01:00
Orhun Parmaksız 4d7364ed1b
fix(cliff): update the tag_pattern to use regex 2023-10-31 16:55:14 +01:00
Christian Heusel 7e41adf00b
chore: add a config file for git cliff
This is done so that the generated changelog carries more information
(i.e. the scope of the change).

Co-Authored-by: Levente Polyak <anthraxx@archlinux.org>
Signed-off-by: Christian Heusel <christian@heusel.eu>
Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
2023-09-26 21:13:08 +02:00