Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/cliff.toml
AgeCommit message (Collapse)Author
2023-12-19fix(cliff): trim fix separator before checking merge request idLevente Polyak
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 b7984c6073f07d06896dc5cfbe38cbbd563b078f
2023-12-19feat(cliff): add label for breaking changes to changelogLevente Polyak
2023-11-24chore(release): nicely format multiple "Component:" trailersChristian Heusel
Signed-off-by: Christian Heusel <christian@heusel.eu>
2023-11-20chore(release): allow fixes tags without cluttering the changelogChristian Heusel
Signed-off-by: Christian Heusel <christian@heusel.eu>
2023-10-31fix(cliff): update the tag_pattern to use regexOrhun Parmaksız
2023-09-26chore: add a config file for git cliffChristian Heusel
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>